in reply to Re: Changing file modification timestamp
in thread Changing file modification timestamp

In particular, touch and utime match if the file already exists. The touch command is basically equivalent to:
if utime() fails, if create() succeeds, close() it (zero bytes written) else, give an error message

--
[ e d @ h a l l e y . c c ]