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
Post a Comment