Unix Tools
@UnixTools
13 years ago
Use
#tee
to send output to both
#stdout
and
#stderr
: echo "The date is `date +%`D" | tee /dev/stderr
0
1
0
0
0
×
Close