On Wed, Feb 23, 2011 at 11:54 PM, neubyr <neu...@gmail.com> wrote: > Howdy, > > I am getting some errors with find and ls command - such that find is > able to see a file whereas ls says the file doesn't exist. Initially I > was trying find and ls together as: > # find ./ -type f -mtime +15 | xargs ls > Instead of piping to xargs, try: find . -type f -mtime +15 -exec ls {} \; _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
- [CentOS] ls returns file doesn't exist, find finds it?? neubyr
- Re: [CentOS] ls returns file doesn't exist, find fi... Kahlil Hodgson
- Re: [CentOS] ls returns file doesn't exist, find fi... Kwan Lowe
- Re: [CentOS] ls returns file doesn't exist, fin... John R. Dennison
- Re: [CentOS] ls returns file doesn't exist,... Corey Quinn
- Re: [CentOS] ls returns file doesn't ex... Rainer Traut
- Re: [CentOS] ls returns file doesn't exist, find fi... Les Mikesell
- Re: [CentOS] ls returns file doesn't exist, find fi... Brunner, Brian T.