Is something like this:
cat \"Some text here.\" > myfile.txt
Possible? Such that the contents of myfile.txt would now be overwr
myfile.txt
For text file:
cat > output.txt <
For PHP file:
cat > test.php < PHP