1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-04 10:24:46 +02:00

Remove duplicate shuf

This commit is contained in:
Peter Kokot 2017-10-14 00:18:32 +02:00
parent 1003f5f77b
commit 625ab90623

View File

@ -452,8 +452,6 @@ A few examples of piecing together commands:
- `tac`: print files in reverse
- `shuf`: random selection of lines from a file
- `comm`: compare sorted files line by line
- `strings`: extract text from binary files