Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!tut.cis.ohio-state.edu!ucbvax!pasteur!helios.ee.lbl.gov!nosc!manta!psm From: psm@manta.NOSC.MIL (Scot Mcintosh) Newsgroups: comp.unix.questions Subject: cascading pipes in awk Keywords: awk Message-ID: <813@manta.NOSC.MIL> Date: 23 May 89 18:11:08 GMT Reply-To: psm@manta.nosc.mil.UUCP (Scot Mcintosh) Distribution: usa Organization: Naval Ocean Systems Center, San Diego Lines: 8 Is there a way to cascade pipes in awk? I'm trying to do something like the following: { print | "tr [a-z] [A-Z]" | <> } Any other suggestions to accomplish the same thing would be appreciated.