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 -->
  #4 (permalink)  
Old 08-02-2007
congo congo is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 31
Quote:
Originally Posted by r_sethu View Post

Is it possible to get the files ordered by Last modified date in the same pattern?

If you can use

Code:
ls -ltR yourpathandpipes

instead of `find` that might make you happy. You can then awk print the filename and append the sed pwd. Or run from another location onto the catalogue where files are placed, then ls should return fullpath.

Do you need hardcode examples ?