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 ...