touch command in Linux

​touch command in Linux can be used to create a new file. If this file doesn’t exist, then a new file will be created. If file already exists then creation and modification dates of that file will be updated, but the content of that file will be intact.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator