Merge pull request #529 from petk/patch-shuf

Remove duplicate shuf
This commit is contained in:
Joshua Levy 2017-11-11 15:18:47 -08:00 committed by GitHub
commit d3f363c7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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