
08-02-2007
|
|
Registered User
|
|
|
Join Date: Jun 2006
Posts: 31
|
|
Quote:
Originally Posted by r_sethu
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 ?
|