Bash Scripting - File Operations in Scripts
What will be the output of the following command if
file.txt does not exist?cat file.txt > output.txt 2>&1file.txt does not exist?cat file.txt > output.txt 2>&115+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions