TOUCH Command in Linux
Touch Command:
The touch command in Linux is a simple utility used to create new empty files or update the access and modification times of existing files.
1) To create a new empty file called "devops.txt":-
Command= touch [file_name]
-t: Set the a...
dhirajubhalkar.hashnode.dev1 min read