Xref: utzoo comp.unix.questions:31972 comp.unix.misc:1509 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!stanford.edu!leland.Stanford.EDU!dkeisen From: dkeisen@leland.Stanford.EDU (Dave Eisen) Newsgroups: comp.unix.questions,comp.unix.misc Subject: Re: tee like program to pipe to another program? Message-ID: <1991Jun6.134024.26770@leland.Stanford.EDU> Date: 6 Jun 91 13:40:24 GMT References: <1991Jun6.093939.9346@dartvax.dartmouth.edu> Organization: Sequoia Peripherals, Inc. Lines: 18 In article <1991Jun6.093939.9346@dartvax.dartmouth.edu> pete@othello.dartmouth.edu (Pete Schmitt) writes: >Is there a tee like program that will pipe down to another program? > Sure. It's called "tee". Something like: program1 | tee /dev/tty | program2 should do what you want. -- Dave Eisen dkeisen@leland.Stanford.EDU 1101 San Antonio Road, Suite 102 Mountain View, CA 94043 (415) 967-5644