Mastering Linux: Command-line Interface Completion
File Utility Commands
sort: Arranges lines in text files in a specified manner.
Syntax: sort [OPTION]... [FILE]...
-r : Reverse the result of comparisons
-n : Sort numerically
-k : Sort via a key
-t : Specify the delimiter for -k
-o : Specify ...
pragna.hashnode.dev16 min read