Which of the following is NOT true
about shell scripting?
Group of answer choices:
The shebang (i.e. #!/bin/bash) indicates what shell should
execute a shell script.
The number of command line arguments to a script is stored in
the variable$#
Statements such as if, for, while, and case need to be enclosed
in curly braces { } like in C or Java.
You can create an infinite (infinitive) loop using for, while,
and until structures.
Which of the following is NOT true about shell scripting? Group of answer choices: The shebang (i.e. #!/bin/bash) indica
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is NOT true about shell scripting? Group of answer choices: The shebang (i.e. #!/bin/bash) indica
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!