how to create new file from terminal code example
Example 1: how to create new file through terminal
touch bar.txt
Example 2: how to create files in command line
notepad mynewfile.*insert file extension here*
touch bar.txt
notepad mynewfile.*insert file extension here*