Is something like this:
cat \"Some text here.\" > myfile.txt
Possible? Such that the contents of myfile.txt would now be overwr
myfile.txt
That's what echo does:
echo
echo "Some text here." > myfile.txt