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: