Is something like this:
cat \"Some text here.\" > myfile.txt
Possible? Such that the contents of myfile.txt would now be overwr
myfile.txt
You can do it like this too:
user@host: $ cat< file.txt $ > 1 line $ > other line $ > n line $ > EOF user@host: $ _
I believe there is a lot of ways to use it.