<tt>touch</tt>: Update



next up previous contents
Next: rm: Remove Up: File system Commands: Previous: mv: Move

touch: Update

touch filename...
where filename... is one or more files.

If filename... does not exist touch creates it. Its contents will be the null string (i.e., no contents).

If filename... already exists, touch will update its time stamp to the current time.



Super-User
Fri Feb 17 15:55:40 EST 1995