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 this: mkdir -p layout && touch layout/layout.ejs, but I receive a message
touchis not recognized as an internal or external command, operable program or batch file.
The folder has been made successfully but the file is not.