Bash Scripting - Variables
Identify the error in this script snippet:
count=5 echo "Count is $count" count = 10 echo "New count is $count"
count=5 echo "Count is $count" count = 10 echo "New count is $count"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions