Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!cca!ima!ism780b!jim From: jim@ism780b.UUCP Newsgroups: net.lang.c Subject: Re: C and AWK questions - (nf) Message-ID: <65@ism780b.UUCP> Date: Mon, 27-Aug-84 00:13:03 EDT Article-I.D.: ism780b.65 Posted: Mon Aug 27 00:13:03 1984 Date-Received: Thu, 30-Aug-84 19:43:37 EDT Lines: 14 #R:chemabs:-13400:ism780b:25500019:000:376 ism780b!jim Aug 25 15:41:00 1984 > print foo bar | echo I missed "|" when reading the manual to provide my first answer. Sorry about that. But the above won't work. What you really want is cmd = "echo " foo " " bar; print "" | cmd Also, note that awk does not wait for the command to complete, yielding results that are surprising, to say the least. -- Jim Balter, INTERACTIVE Systems (ima!jim)