mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 04:00:35 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/tee
2
tldr/tee
@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`echo "example" | tee {{/dev/tty}} | {{xargs printf "[%s]"}}`
|
||||
|
||||
- Create a directory called "example", count the number of characters in "example" and write "example" to the terminal:
|
||||
- Create a directory called "example", count the number of characters in "example", and write "example" to the terminal:
|
||||
|
||||
`echo "example" | tee >(xargs mkdir) >(wc {{[-c|--bytes]}})`
|
||||
|
||||
Reference in New Issue
Block a user