I am trying to make a file with the command line with the form of mkdir -p /path/to/directory && touch /path/to/directory/file.txt
so in my case It will be like that mkdir -p layout && touch layout/layout.ejs
but I receive a message this touch
is not recognized as an internal or external command,operable program or batch file.The folder has been madesuccessfully by the file is not.
↧
How can I create a file with command line in Windows?
↧