Xref: utzoo comp.unix.questions:18967 comp.unix.wizards:20119 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!wuarchive!swbatl!texbell!sugar!ficc!peter From: peter@ficc.uu.net (Peter da Silva) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: AWK/shell quoting Message-ID: Date: 11 Jan 90 16:59:38 GMT References: <487@longway.TIC.COM> <166@omaha1.UUCP> <18067@umn-cs.CS.UMN.EDU> <6954@lindy.Stanford.EDU> <7277@cbnewsh.ATT.COM> Reply-To: peter@ficc.uu.net (Peter da Silva) Organization: Xenix Support, FICC Lines: 10 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. . / \ \_.--._/ Xenix Support -- it's not just a job, it's an adventure! v "Have you hugged your wolf today?" `-_-'