Create Empty File Linux – Windows CMD [Bash/Powershell]
How to Create Empty File Linux or Windows using a command prompt. A file can be created using the command [touch] in Linux. In Windows OS, touch does not have an equivalent command. The command fsutil still allows us to create zero-byte files. When creating a file, fsutil uses the following syntax: fsutil file createnew… Read More »