Bash Scripting - Basics
Find the error in this shell script:
#!/bin/bash name=John echo "Hello, $name!"
#!/bin/bash name=John echo "Hello, $name!"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions