home *** CD-ROM | disk | FTP | other *** search
- Submitted-by: davidf@mks.com (David J. Fiander)
-
- According to mengel@dcdmwm.fnal.gov (Marc W. Mengel)
- >It is also why the shell has
- >here-documents, so you can say
- >
- > foo=`sed 1q <<EOF
- > hi there
- > EOF`
- > echo $foo
- > echo Done
- >
- >to to the job right in a script, pipeline, etc.
-
- I'm quite aware of that. The problem is that the standard
- seems to be attempting to allow my example in scripts and, in
- my opinion, failing badly.
-
- - David
-
-
- Volume-Number: Volume 28, Number 101
-
-