Bash Scripting - Basics
Which of the following is the correct way to write a shebang line for a Bash script?
#! followed by the full path to the interpreter./bin/bash, so the line is #!/bin/bash.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions