May 2000
Beginner
761 pages
18h 20m
English
touch [ –amc ] [ mmddhhmm [ yy ] ] filename…
touch causes the access and modification times of each argument to be updated. The filename is created if it does not exist. If no time is specified the current time is used.
touch a b c
|
Explanation
Three files, a, b, and c are created. If any of them already exist, the modification time-stamp on the files is updated.
Read now
Unlock full access