[Dclug] Recursively listing files by some category

Gururajan Ramachandran gururajan20815 at yahoo.com
Wed May 21 07:23:45 EDT 2008


Hello,

A line such as:

find . -type f -print | xargs -n 600000 ls -lart

works upto a certain point. At some point something
like this runs out of shell buffer space if the number
of files and directories are large enough.

Are there any utilities that can recursively list
files sorted by some category (date or size or etc...)
irrelevant of the number of files?

Thanks,

Guru



      



More information about the Dclug mailing list