Bird
0
0

Which symbol is used to start a comment line in a Bash script?

easy🧠 Conceptual Q2 of 15
Bash Scripting - Basics
Which symbol is used to start a comment line in a Bash script?
A<!--
B//
C/*
D#
Step-by-Step Solution
Solution:
  1. Step 1: Identify comment syntax in Bash

    Bash uses # to mark comments.
  2. Step 2: Compare other options

    // and /* */ are for other languages; Basics" in Bash Scripting

9 interactive learning modes - each teaches the same concept differently

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Bash Scripting Quizzes