On Oct 17, 2005, at 2:25 AM, Jon Drews wrote:
My question is is the statement:
cat << 'EOF' > $tempfile

a "here" document?

Yes. Actually the statement above is only the beginning of a Here- Document. It ends with the text EOF.

cat << 'EOF' > $tempfile
 ...
EOF

Regards,
- Robert
http://www.cwelug.org/downloads
Help others get OpenSource software.  Distribute FLOSS
for Windows, Linux, *BSD, and MacOS X with BitTorrent

_______________________________________________
CWE-LUG mailing list
[email protected]
http://www.cwelug.org/
http://www.cwelug.org/archives/
http://www.cwelug.org/mailinglist/

Reply via email to