Xref: utzoo comp.unix.questions:18930 comp.unix.wizards:20096 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!att!cbnewsh!ijk From: ijk@cbnewsh.ATT.COM (ihor.j.kinal) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: AWK/shell quoting Summary: use awk to print ' Message-ID: <7277@cbnewsh.ATT.COM> Date: 10 Jan 90 21:43:34 GMT References: <487@longway.TIC.COM> <166@omaha1.UUCP> <18067@umn-cs.CS.UMN.EDU> <6954@lindy.Stanford.EDU> Organization: AT&T Bell Laboratories Lines: 10 Why not this: awk "BEGIN { print \"'\" } " Yes, I've tried it, and it does work [and it's simpler than the other suggestions]. Ihor Kinal att!cbnewsh!ijk