tee: final cleanup formatting

coverage
Polle Vanhoof 2017-10-27 12:23:17 +02:00 committed by GitHub
parent 6cc2bfaccb
commit d8fc8ce6f1
1 changed files with 1 additions and 1 deletions

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