touch(list, options = {})
Class Public methods
Options: noop verbose
Updates modification time (mtime) and access time (atime) of file(s) in
list
. Files are created if they don't exist.
1 2 | FileUtils.touch 'timestamp' FileUtils.touch Dir .glob( '*.c' ); system 'make' |
Please login to continue.