Answers for "create empty file command prompt cmd"

0

create empty file command prompt cmd

echo . > file_name.ext   // you will get nothing written there, totally blank
Posted by: Guest on January-19-2021
0

cmd create empty text

type NUL > file.txt
Posted by: Guest on November-24-2020

Code answers related to "create empty file command prompt cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language