how to make a file on terminal in a directory code example
Example 1: terminal command to create new file
touch filename.txt
Example 2: how to create new file through terminal
touch bar.txt
touch filename.txt
touch bar.txt