Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 90 Bytes

bash.md

File metadata and controls

3 lines (2 loc) · 90 Bytes

redirect stdout and stderr to tee

command > >(tee stdout.log) 2> >(tee stderr.log >&2)