mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 01:28:30 +02:00
11
cheatsheets/sort
Normal file
11
cheatsheets/sort
Normal file
@ -0,0 +1,11 @@
|
||||
# To sort a file:
|
||||
sort file
|
||||
|
||||
# To sort a file by keeping only unique:
|
||||
sort -u file
|
||||
|
||||
# To sort a file and reverse the result:
|
||||
sort -r file
|
||||
|
||||
# To sort a file randomly:
|
||||
sort -R file
|
Reference in New Issue
Block a user