/usr/lib/s9fes/help/sys_utimes is in scheme9 2010.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | S9 EXT (sys:utimes string) ==> unspecific
(sys:lutimes string) ==> unspecific
Set the access and modification time of the file STRING to
the current time. SYS:UTIMES dereferences symlinks while
SYS:LUTIMES operates on the symlinks themselves.
(sys:utimes "file") ==> unspecific
|