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