From 71ad96a7e5116b6c44696df72c20469b59fafe62 Mon Sep 17 00:00:00 2001 From: Polle Vanhoof Date: Sat, 28 Oct 2017 12:40:48 +0200 Subject: [PATCH] tee: add missing backtick --- pages/common/tee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`