mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 15:59:42 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/tee
2
tldr/tee
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Append to the given files, do not overwrite:
|
||||
|
||||
`echo "example" | tee -a {{path/to/file}}`
|
||||
`echo "example" | tee {{[-a|--append]}} {{path/to/file}}`
|
||||
|
||||
- Print `stdin` to the terminal, and also pipe it into another program for further processing:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user