sort
Show the sorted version of file
Show the sorted version of file in the reverse order
Show the sorted version of file according to 2nd column (n is used if column contains numerical values)
Show the sorted version of file according to 3rd column (no numerical value in column 3)
Use sort command with a pipeline (without any file)
Sort the lines and remove duplicates (again this is just showing, not changing any content)
Sort the contents of 2 files and concetenate the output
Sort the contents of 2 files and concetenate the output, then remove the duplicates
Credit
CreditLast updated