mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 23:35:23 +02:00
tee: update language as per remarks
This commit is contained in:
parent
90f25a7e62
commit
6cc2bfaccb
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@
|
|||
|
||||
`echo "example" | tee -a {{FILE}}`
|
||||
|
||||
- Create a folder called "example", print "example" and write "example" to FILE:
|
||||
- Create a folder called "example", print "example" and write "example" to the specified file:
|
||||
|
||||
`echo "example" | tee >(xargs mkdir) >(cat) >{{FILE}}`
|
||||
`echo "example" | tee >(xargs mkdir) >(cat) >path/to/file`
|
||||
|
|
Loading…
Add table
Reference in a new issue