Iv done a bit more investigating. as I thought It might be something to
do with the seconds (ls -l not displaying the seconds). The program t.c
containing:
#include
#include
#include
main(int argc,char *argv[])
{
struct stat finfo;
stat(argv[1],&finfo);
printf("Access : %s\n"
On Mon, 27 Jun 2005, Allan WIlkins wrote:
> I must apologise if this is an already known problem but I have been
> unable to locate any reference to it in the mail archives.
>
> Executing a find using the -newer parameter returns files that appear to
> be of the same age. e.g.
>
> $ find XXX -newe
2 matches
Mail list logo