1
0
Fork 0
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:
Polle Vanhoof 2017-10-27 12:23:17 +02:00 committed by GitHub
parent 6cc2bfaccb
commit d8fc8ce6f1

View file

@ -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}}`