touch -- change access and modification times of files.
touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file [files ...]
touch sets the access and modification timestamps of files. By default, both the access and modification times are set to the current time. If necessary, files will be created.
touch exits succesfully if and only if all timestamps could be set succesfully.
head accepts the following options:
The working of touch is not influenced by any environment variables.
touch does not implement the -f option.
touch uses Time::Local
to translate the time format to epoch seconds
This head implementation is compatible with the OpenBSD implementation, except for the -f option.
$Log: touch.abigail.html,v $
Revision 1.1 2004/07/23 20:09:48 cwest
initial import
Revision 1.1 1999/02/28 13:00:24 abigail
Initial revision
AUTHOR
The Perl implementation of touch was written by Abigail, abigail@fnx.com.
COPYRIGHT and LICENSE
This program is copyright by Abigail 1999.
This program is free and open software. You may use, copy, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.