Bash Scripting - Basics
Why does this script fail in sh but work in Bash?
[[ -f file.txt ]] && echo "File exists"
[[ -f file.txt ]] && echo "File exists"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions