Touch

AT(1) - General Commands Manual

Umask, Sh, Nice, Cron, Atq, Touch, Atrm, At

AT(1) - General Commands Manual # AT(1) - General Commands Manual NAME # at, batch - queue, examine or delete jobs for later execution SYNOPSIS # at [-bm] [-f file] [-l [job …]] [-q queue] -t time_arg | timespec at -c | -r job … batch [-m] [-f file] [-q queue] [timespec] DESCRIPTION # at and batch read commands from standard input or a specified file which are to be executed at a later time, via the user’s shell as specified by the SHELL environment variable. ...

TOUCH(1) - General Commands Manual

Date, Touch

TOUCH(1) - General Commands Manual # TOUCH(1) - General Commands Manual NAME # touch - change file access and modification times SYNOPSIS # touch [-acm] [-d ccyy-mm-dd‌T‌HH:MM:SS[.frac][Z]] [-r file] [-t [[cc]yy]mmddHHMM[.SS]] file … DESCRIPTION # The touch utility sets the modification and access times of files to the current time of day. If the file doesn’t exist, it is created with default permissions. The options are as follows: -a ...