what is touch command code example
Example 1: touch command
touch test.txt
// this creates a file called test.txt
Example 2: touch command in windows
ECHO text>file1.txt
touch test.txt
// this creates a file called test.txt
ECHO text>file1.txt