Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 181 Bytes

File metadata and controls

5 lines (5 loc) · 181 Bytes

Redirection operators:

  • > or 1> - redirects stdout only
  • 2> - redirects stderr only
  • &> - redirects both stdout and stderr
  • >> - appends to file instead of overwriting