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

Attachment: pgpwEN8dL7aYI.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to