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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-01-2007
coolbhai coolbhai is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 30
Question What Command to use

I need to sort a list of files based on aphabetical order, and files in each such group should be in sorted in timestamp.

ie,

Resultant Files list should look like ,
Files-names starts with A in sorted timestamp, then
Files-names starts with B in sorted timestamp then
Files-names starts with C in sorted timestamp and so on.

Please help.