make new file in command line code example
Example 1: command line make file
touch term-paper.txt
Example 2: create file command line
type nul > README.txt
Example 3: how to create files in command line
notepad mynewfile.*insert file extension here*