From c9f9dcb001ac6a7996b84f4c1fbc09e9008f042f Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 6 Jun 2023 00:59:17 +0200 Subject: [PATCH] Enable syntax highlighting in pipe league --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c49c855..a5ccb81 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ emacs -Q --batch --eval '(princ (with-temp-buffer (insert-file-contents "file.tx ### Pipe league -``` +```sh tee < file.txt tr a a < file.txt rev file.txt | rev