what does touch does in cmd windows code example
Example 1: touch commend in cmd
// create files using command in command prompt ..
echo > sample.txt
Example 2: touch command in windows
type nul > .gitignore ---This creates empty file and works on windows 10.