When developing a shell script intended for interpretation in Bash, the interpreter /bin/bash should be explicitly specified. Which of the following character combinations should be used on the first line of the script to accomplish this goal?
[Reference: https://linuxconfig.org/bash-scripting-tutorial-for-beginners, #!/bin/bash ---# and ! makes this line special because # is used as comment line in bash. ! is called, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit