Bash Scripting - Error Handling
Identify the error in this command intended to redirect errors to
errors.log:command 2>2 errors.logerrors.log:command 2>2 errors.log2> filename. Here, 2>2 errors.log redirects stderr to file 2, treating errors.log as a command argument.2 instead of errors.log.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions