9fans archive / 1997 / 07 / 20 /    prev next

From: howard@pla... howard@pla...
Subject: rc question
Date: Tue, 8 Jul 1997 15:10:48 -0400

'here' documents in nested rc constructs have to
come after the nest.

i.e., change

> {
> cat <<EOF
> hi there
> EOF
> }

to

{
cat <<EOF
}
hi there
EOF