Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

touch(1)


TOUCH

TOUCH

NAME
SYNOPSIS
DESCRIPTION

NAME

touch − update date last modified of a file

SYNOPSIS

touch [ −c ] file ...

DESCRIPTION

Touch attempts to set the modified date of each file. This is done by reading a character from the file and writing it back.

If a file does not exist, an attempt will be made to create it unless the −c option is specified.



touch(1)