[go: up one dir, main page]

touch(1) minix man page | unix.com

Man Page: touch

Operating Environment: minix

Section: 1

TOUCH(1)						      General Commands Manual							  TOUCH(1)

NAME
touch - update a file's time of last modification
SYNOPSIS
touch [-c] file ...
OPTIONS
-c Do not create the file
EXAMPLES
touch *.h # Make the .h files look recent
DESCRIPTION
############ NEXT ENTRY HAS NOT BEEN CHECKED ############# The time of last modification is set to the current time. This command is mostly used to trick make into thinking that a file is more recent than it really is. If the file being touched does not exist, it is created, unless the -c flag is present.
SEE ALSO
utime(2). TOUCH(1)
Related Man Pages
touch(1b) - opensolaris
touch(1) - redhat
touch(1) - osx
touch(1) - freebsd
touch(3) - php
Similar Topics in the Unix Linux Community
file feed one line per argument
SCP and then touch .done file
sh script for file received confirmation
Touch Challenge
Change date time stamp of existing file