Answers for "redirect stderr to file linux"

0

redirect stderr to file linux

command > file.txt  # redirect stdout -> file
command &> file.txt # redirect stderr -> file
Posted by: Guest on June-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language