~/touch(1)
en
NAME
touch - make an empty file
SYNOPSIS
touch file ...
DESCRIPTION
Makes an empty file where you may write one — /tmp for anybody, and ~ for
whoever owns it. On a file that already exists it does nothing, since nothing
here keeps a timestamp to update.
EXAMPLES
touch /tmp/notes.txt