Re: -newer returning old results

2010-10-24 Thread Kai Hendry
Many thanks James for pointing out my error. :) I've re-factored the code like so: find "$STATICDIR" $LAST -iname "*.og[gv]" -type f It's a script to generate HTML5 video pages: http://svn.natalian.org/projects/video/base.shtml

-newer returning old results

2010-10-20 Thread Kai Hendry
I have a script that uses find and -newer, however everytime it's invoked it returns the same selected old results. For the most part it works, but for example the particular old contents of "/home/hendry/static.natalian.org/2009-01-05/" are returned. How can this be explained? Many thanks, thor