Shell Schreiben Sie mehrere Zeilen in die Datei

#!/bin/bash

cat > /path/to/myfile <<EOL
write whatever youwant
with multiple lines
... 
EOL
foloinfo