[2011-07-24 14:09] Connor Lane Smith <c...@lubutu.com> > On 24 July 2011 06:34, Dave Reisner <d...@falconindy.com> wrote: > > if [ "$path" -nt "$CACHE" ]; then > > 'test -nt' is non-portable. I think you've just discovered why we use > the 'ls -dt' hack.
The right time to add a comment, so we won't need to rediscover it again. meillo