I want to make the following commands:
cat > template.txt [enter in the terminal] text [Ctrl+d in the terminal]
in a script.
Is there a way to tell the script to do enter\Ctrl d? Is there a way to create a file and write to it in script?
I didn't find anything that worked for me.
Thanks.