Which of the following is NOT true about shell scripting? Group of answer choices: The shebang (i.e. #!/bin/bash) indica

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply