Bash Scripting - Basics
Which line correctly starts a Bash script to tell the system to use Bash?
#!/bin/bash tells the system to run the script with Bash shell.#!/bin/sh is for sh shell, #!/usr/bin/python is for Python, and #!/bin/csh is for C shell, not Bash.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions