1. What happens if you use the "set -e" in a Bash script?
2. The _ keyword pauses the script to get input from standard input.
3. What would be in out.txt? cat < in.txt > out.txt
4. In order to write a script that iterates through the files in a directory, which of the following could you use?
5. Which statement checks whether the variable num is greater than five?
Bash MCQs | Topic-wise