diff --git a/pages/common/tee.md b/pages/common/tee.md index e0208a6f3..216a6457a 100644 --- a/pages/common/tee.md +++ b/pages/common/tee.md @@ -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)`