Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP Newsgroups: net.unix Subject: Re: Quoting quotes in awk Message-ID: <139@umcp-cs.UUCP> Date: Fri, 7-Mar-86 07:36:18 EST Article-I.D.: umcp-cs.139 Posted: Fri Mar 7 07:36:18 1986 Date-Received: Sun, 9-Mar-86 08:42:39 EST References: <1074@turtlevax.UUCP> <152@wgivax.UUCP> Organization: U of Maryland, Computer Science Dept., College Park, MD Lines: 15 I just tried the following on a 4.3BSD beta system and it worked fine: % awk -f /dev/stdin { printf("%d: \"%s\"\n", NR, $0); } control-D hi 1: "hi" there 2: "there" control-D % So what is the problem with quotes? -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1415) UUCP: seismo!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@mimsy.umd.edu