The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-03-2007
sysgate's Avatar
sysgate sysgate is offline
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,128
porter has advised to look at the man pages. Quote :
Quote:
-r, --reverse
reverse the result of comparisons
so based on requirement, "sort -r filename" will do it. Read the man pages like : "man command-that-you-are-interested-in"
Reply With Quote