tee: add missing backtick
This commit is contained in:
@@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
- Create a folder called "example", count the number of characters in "example and write "example" to the terminal:
|
- 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)`
|
||||||
|
Reference in New Issue
Block a user