Re: [CentOS] Any update on 5.6 / 6?

2011-02-22 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 22, 2011, at 8:23 AM, Larry Vaden wrote: > > A California saying is that "you are only as good as your last load.". > > That was a VERY GOOD LOAD, Johnny. The community thanks you. The metaphor is "Only as good as your last game." What pa

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

2011-02-24 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 23, 2011, at 10:26 PM, John R. Dennison wrote: > 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: > >