you can use the following command to create an empty file: New-Item -ItemType File -Path "chapter1.txt" Alternatively, you can also use the following command to create an empty file using the redirection operator >: "" > "chapter1.txt" Again, replace...
vaishnavsrivastavablog.hashnode.dev1 min readNo responses yet.