mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 22:11:35 +01:00
commit
54547459b2
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
|
Loading…
Reference in New Issue
Block a user