Bash Scripting - Conditionals
Identify the mistake in this bash script snippet:
#!/bin/bash count=3 if [ $count -gt 2 ] echo "Greater" fi
#!/bin/bash count=3 if [ $count -gt 2 ] echo "Greater" fi
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions