mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 20:02:45 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/tee
2
tldr/tee
@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- 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)`
|
||||
`echo "example" | tee >(xargs mkdir) >(wc {{[-c|--bytes]}})`
|
||||
|
||||
Reference in New Issue
Block a user