Skip to content

Commit

Permalink
Add uniq to junk league
Browse files Browse the repository at this point in the history
  • Loading branch information
alokmenghrajani committed Jun 7, 2023
1 parent 51eb699 commit f207ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ gcc -xc file.txt
```sh
fold file.txt # Works for files without long lines
wall -n file.txt # I hope your file doesn't have any secrets
uniq -Dw0 file.txt # Doesn't work for single-line files
nl -bn -w 1 -s '' file.txt # Each line has an extra space
```

0 comments on commit f207ce8

Please sign in to comment.