mirror of
https://github.com/cheat/cheat.git
synced 2025-04-09 11:14:03 +02:00
Added a tee
cheatsheet
This commit is contained in:
parent
191a5e6e84
commit
d1fb8414f8
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
|
Loading…
x
Reference in New Issue
Block a user