Sorting commands by Siru // February 21, 2011 // No Comments The command to sort the contents of the file is #ls -al | sort and to reverse the sorting order we use r at the end of the command as shown below #ls -al | sort r The command to... Continue reading →