Answers for "output and error redirection in linux"

0

output and error redirection in linux

eccho "gfg" 2>file.txt
echo "gfg" 2>file.txt
Posted by: Guest on May-06-2022
0

output and error redirection in linux

eccho "gfg" >error.txt 2>&1
echo "gfg" >error.txt 2>&1
Posted by: Guest on May-06-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language