09-08-2023, 12:20 PM
Create a File using Linux Touch Command
If you use the touch command without any options, it will simply create a new empty file. If the file already exists, the touch command will update the access and modification times to the current time without changing the file contents.
touch file_name.txt


