Bash Scripting - Error Handling
You want to run a script and save both standard output and error messages into separate files, but also keep the error messages appended (not overwritten). Which command achieves this?
> overwrites standard output, 2>> appends standard error to a file../script.sh > output.log 2>> error.log fits.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions