AWK/shell quoting

Peter da Silva peter at ficc.uu.net
Fri Jan 12 03:59:38 AEST 1990


I don't know about you guys, but if I have an awk script that's giving me
problems I sidestep globbing altogether:

cat >/tmp/awk.$$ << 'EOF'
big, hairy, awk script.
EOF
awk -f /tmp/awk.$$ stuff
rm -f /tmp/awk.$$

This also allows me to gen up parts of the script on the fly a lot easier.
-- 
 _--_|\  Peter da Silva. +1 713 274 5180. <peter at ficc.uu.net>.
/      \
\_.--._/ Xenix Support -- it's not just a job, it's an adventure!
      v  "Have you hugged your wolf today?" `-_-'



More information about the Comp.unix.wizards mailing list