mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 22:55:42 +02:00
tee: add missing backtick
This commit is contained in:
parent
877e017f00
commit
71ad96a7e5
1 changed files with 1 additions and 1 deletions
|
@ -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)`
|
||||||
|
|
Loading…
Add table
Reference in a new issue