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 - `tac`: print files in reverse
- `shuf`: random selection of lines from a file
- `comm`: compare sorted files line by line - `comm`: compare sorted files line by line
- `strings`: extract text from binary files - `strings`: extract text from binary files