Thread: cat << EOF
View Single Post

   
  #7 (permalink)  
Old 02-20-2008, 09:08 AM
notbob
 
Posts: n/a
Default Re: cat << EOF

On 2005-06-07, ray <nospam@example.com> wrote:
> simple question...
>
> cat << EOF
> foo
> bar
> EOF
>
> echos foo and bar...
>
> The question is - is that the shell (bash) or ??? that supports that
> function?


Yes, bash and other scripting languages. Here's some good info:

http://linuxcommand.org/wss0030.php

nb

Reply With Quote