write in file in ubuntu code example
Example 1: how to make file in terminal ubuntu
$ touch file1.txt
Example 2: touch create file with content
touch ~/Desktop/something.txt
$ touch file1.txt
touch ~/Desktop/something.txt