Answers for "touch command not recognized in windows"

3

'touch' is not recognized as an internal or external command,

npm install touch-cli -g
Posted by: Guest on June-11-2020
0

touch command not recognized in windows

type nul > your_file.txt
Posted by: Guest on August-22-2020
-1

touch command not recognized in windows

echo.> your_file.txt
Posted by: Guest on August-22-2020

Code answers related to "touch command not recognized in windows"

Browse Popular Code Answers by Language