Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 158 Bytes

csh.md

File metadata and controls

10 lines (6 loc) · 158 Bytes

C Shell Cheat Sheet

Redirect both stdout and stderr to a file

ls >& file

Redirect both stdout and stderr to a pipe

ls |& less