how to create a text file with content in bash script code example
Example 1: terminal command to create new file
touch filename.txt
Example 2: create a new file in bash script
touch newfile_1.txt
touch filename.txt
touch newfile_1.txt