From fc6b0e4661ffba84632525f1d9ddbd94b4101289 Mon Sep 17 00:00:00 2001 From: Angsuman Chakraborty Date: Sun, 26 Nov 2017 16:09:41 +0530 Subject: [PATCH] Corrected the example: Compress a series of identical characters to a single character The example wrongly used \n instead of {{input_characters}}. --- pages/common/tr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tr.md b/pages/common/tr.md index ae2ff7186..024d128ce 100644 --- a/pages/common/tr.md +++ b/pages/common/tr.md @@ -16,7 +16,7 @@ - Compress a series of identical characters to a single character: -`tr -s '\n'` +`tr -s '{{input_characters}}'` - Translate the contents of the file to upper-case and print result: