Bash Scripting - Basics
Identify the error in this script:
#!/bin/bash echo "Start" # !/bin/bash echo "End"
#!/bin/bash echo "Start" # !/bin/bash echo "End"
# !/bin/bash is a comment because it starts with #.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions