[CentOS] ls returns file doesn't exist, find finds it??

Thu Feb 24 06:26:31 UTC 2011
John R. Dennison <jrd at gerdesas.com>

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-0003.sig>