Linux here documents
Simple usage of a here document in Linux.
[email protected]:~$ cat << EOF > /tmp/hubbabubba
> hubba
> EOF
[email protected]:~$ cat /tmp/hubbabubba
hubba
Simple usage of a here document in Linux.
[email protected]:~$ cat << EOF > /tmp/hubbabubba
> hubba
> EOF
[email protected]:~$ cat /tmp/hubbabubba
hubba