>touch -a <file>

I know you said you don't care about the access time, but FYI, if your
touch command supports it, you should be able to do this:

  touch -a -r <file> <file>

which says "set the access time on <file> to be the same as the access
time on <file>".  That should update the atime to the same value which
will have the side effect of updating the ctime.

>Chris Karakas

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to