how to make a new file in command line code example
Example 1: cmd make new file
$null > filename (including the $)
Example 2: create file command line
type nul > README.txt
$null > filename (including the $)
type nul > README.txt