cd
| Synopsis | ||
| touch | <filename> | create a file if it does not exist |
|
Details | ||
| The touch command creates the named file if it does not already exist. If the <filename> is a pathname rather than a simple filename, the command will also create parent directories as required. | ||