Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 113 Bytes

File metadata and controls

7 lines (5 loc) · 113 Bytes

Redirect stderr to stdout

./runbench.sh |& tee -a result.txt
  • |& is an abbreviation for 2>&1