Answers for "redirect output and error to log file in unix"

0

redirect output and error to log file in unix

command1 > everything.txt 2>&1
command1 -arg > everything.txt 2>&1
Posted by: Guest on December-02-2020

Code answers related to "redirect output and error to log file in unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language