Linux here documents

Simple usage of a here document in Linux. ```bash marko@x61s:~$ cat << EOF > /tmp/hubbabubba > hubba > EOF marko@x61s:~$ cat /tmp/hubbabubba hubba ```