linux create file cli code example
Example 1: create file in linux
touch <filename>.<extension>
Example 2: touch create file with content
touch ~/Desktop/something.txt
touch <filename>.<extension>
touch ~/Desktop/something.txt