How to make a command run when the user puts a file into a directory code example
Example 1: command line make file
touch term-paper.txt
Example 2: how to create files in command line
notepad mynewfile.*insert file extension here*
touch term-paper.txt
notepad mynewfile.*insert file extension here*