Difference between revisions of "Shell Commands/Touch"

From MorphOS Library

< Shell Commands

(Created page with "'''Touch''' - Creates a file NAME/A/M, ALL/S <nowiki> NAME - Path/name of the file to create ALL - Recursive touch (goes into subdi...")
(No difference)

Revision as of 12:30, 3 March 2015

Touch - Creates a file

NAME/A/M, ALL/S

NAME - Path/name of the file to create                                         
ALL  - Recursive touch (goes into subdirs)

Touch is used to create empty files. You can specify one or more files to be created.

NOTE: if a file already exists, it won't be modified beside the timestamp.