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 -->
  #3 (permalink)  
Old 06-24-2005
jnsimpson02 jnsimpson02 is offline
Registered User
 

Join Date: Jun 2005
Posts: 5
re: list of files in one Directory

cd /dir
ls -latr (will put it in chronological order)
ls -l | sort +4n (will list out size from low to high)


...i would suggest that you use your man pages.


jnsimpson02
Reply With Quote