mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:33:40 +02:00
tee: final cleanup formatting
This commit is contained in:
parent
6cc2bfaccb
commit
d8fc8ce6f1
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@
|
|||
|
||||
- Create a folder called "example", print "example" and write "example" to the specified file:
|
||||
|
||||
`echo "example" | tee >(xargs mkdir) >(cat) >path/to/file`
|
||||
`echo "example" | tee >(xargs mkdir) >(cat) >{{path/to/file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue