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}}`