Bash Scripting - Basics
What will this shell script output?
#!/bin/bash echo "Hello, World!"
#!/bin/bash echo "Hello, World!"
echo command prints the text inside quotes to the screen.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions