How To Create A New Empty File In Windows cmd Command Line
In a lot of MacOS and Linux-based tutorials, we see people create empty files using touch command. For example, they just write: touch index.js And it creates a new file. However, there is no touch in Windows command line. The only alternative we have is a long-form command called...