Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!sdd.hp.com!hplabs!hpcc05!hpdmd48!oscarh From: oscarh@hpdmd48.boi.hp.com (Oscar Herrera) Newsgroups: comp.unix.shell Subject: Named pipes and stdin and stdout question Message-ID: <8720010@hpdmd48.boi.hp.com> Date: 17 Dec 90 19:02:02 GMT Organization: Hewlett Packard - Boise, ID Lines: 7 I have a program that takes input from the keyboard and reports status to the screen. I'd like to run this program such that its standard input comes from a named pipe and its standard output is sent to another named pipe. Is this possible ? Or, does is it necessary that the program programatically read/write from/to named pipes ? Oscar Herrera