SyntaxFix
Write A Post
Hire A Developer
Questions
For text file:
cat > output.txt <<EOF some text some lines EOF
For PHP file:
cat > test.php <<PHP <?php echo "Test"; echo \$var; ?> PHP