mirror of
https://github.com/cheat/cheat.git
synced 2025-07-16 10:42:03 +02:00
Merge pull request #169 from chrisallenlane/tee
Added a `tee` cheatsheet
This commit is contained in:
5
cheat/cheatsheets/tee
Normal file
5
cheat/cheatsheets/tee
Normal file
@ -0,0 +1,5 @@
|
||||
# To tee stdout to a file:
|
||||
ls | tee outfile.txt
|
||||
|
||||
# To tee stdout and append to a file:
|
||||
ls | tee -a outfile.txt
|
Reference in New Issue
Block a user