From d8fc8ce6f1dc8d8fa564471910a9f40107b36472 Mon Sep 17 00:00:00 2001 From: Polle Vanhoof Date: Fri, 27 Oct 2017 12:23:17 +0200 Subject: [PATCH] tee: final cleanup formatting --- 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 713d47a42..8f955a376 100644 --- a/pages/common/tee.md +++ b/pages/common/tee.md @@ -12,4 +12,4 @@ - Create a folder called "example", print "example" and write "example" to the specified file: -`echo "example" | tee >(xargs mkdir) >(cat) >path/to/file` +`echo "example" | tee >(xargs mkdir) >(cat) >{{path/to/file}}`