Create an empty file on the commandline in windows (like the linux touch command)

On a windows machine I get this error ‘touch’ is not recognized as an internal or external command, operable program or batch file. I was following these instructions which seem to be linux specific, but on a standard windows commandline it does not work like this: touch index.html app.js style.css Is there a windows equivalent … Read more