mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
Corrected the example: Compress a series of identical characters to a single character (#1670)
This commit is contained in:
commit
d00b10d6c9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue