command prompt touch code example
Example 1: touch command
touch test.txt
// this creates a file called test.txt
Example 2: touch commend in cmd
// create files using command in command prompt ..
echo > sample.txt
touch test.txt
// this creates a file called test.txt
// create files using command in command prompt ..
echo > sample.txt