My command is something like this:
cat "Some text here." > myfile.txt
Possible? Such that my contents of the myfile.txt would now be overwritten to:
Some text here.
This is not working for me but also doesn't throw errors.
Specifically interested in the cat-based solution (not vim/vi/emacs, etc.).