Bash Scripting - Basics
What is the main purpose of the shebang line
#!/bin/bash in a script?#!/bin/bash in a script?#! and specifies the interpreter for the script./bin/bash means the script will run using the Bash shell.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions