Documentation
¶
Overview ¶
Ctime is meant to be a linux only inode event trigger. It will update the ctime only (to current time), allowing listeners to be notified, but not break certain text editors where the file may be open.
ctime's results are similar to `touch -cr file file` where no new file is created, and the atime and mtime remain "unmodified."
Usage ¶
Running is as simple as specifying a single file:
ctime /path/to/file
Multiple files may also be specified:
ctime file1 file2 file3 file4
Click to show internal directories.
Click to hide internal directories.