tee: add missing backtick

coverage
Polle Vanhoof 2017-10-28 12:40:48 +02:00 committed by GitHub
parent 877e017f00
commit 71ad96a7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@
- Create a folder called "example", count the number of characters in "example and write "example" to the terminal:
`echo "example" | tee >(xargs mkdir) >(wc -c)
`echo "example" | tee >(xargs mkdir) >(wc -c)`