[CentOS] ls returns file doesn't exist, find finds it??
John R. Dennison
jrd at gerdesas.comThu Feb 24 06:26:31 UTC 2011
- Previous message: [CentOS] ls returns file doesn't exist, find finds it??
- Next message: [CentOS] ls returns file doesn't exist, find finds it??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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-0001.sig>
- Previous message: [CentOS] ls returns file doesn't exist, find finds it??
- Next message: [CentOS] ls returns file doesn't exist, find finds it??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list