Answers for "create text file in cmd"

17

make new file windows cmd

type nul > README.txt
Posted by: Guest on August-01-2020
1

make text file command line

cat > sample.txt
# Write some text, press Ctrl+D when you are done
Posted by: Guest on March-02-2021

Browse Popular Code Answers by Language