On Thu, Feb 24, 2011 at 01:22:41AM -0500, Kwan Lowe wrote:
> Instead of piping to xargs, try:
> find . -type f -mtime +15 -exec ls {} \;
Or get rid of child processes entirely:
find . -type f -mtime +15 -ls
John
--
What lies behind us and what lies before us are tiny matters compared to
what lies within us.
-- Ralph Waldo Emerson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20110224/2ac7bfe2/attachment-0005.sig>