On Mon, 25 Aug 2003 09:29:17 Brian Tew <[EMAIL PROTECTED]> wrote: > Braille is a slow medium; it is linear. > Some users say the ideal braille output is nothing at all. :) > It's like pitching baseball--if you can't do fast you gotta do tricky. > > On shell accounts I often use sed as a filter. > Irc channels for example are full of repetitive junk that I want to filter out. > I like to pipe ircii through sed for this purpose, > but sed doesn't seem to pipe on redhat. > > irc -d nickname ircserver | sed -f scriptfile > > That works fine on sunos and bsd, but not rh. > I have tried supersed as well. > I tried sed `irc` > and sed $(irc ...) > No joy. I get no output to stdout. > > Can you figure a way to make this work on rh? > Can you tell me why it works in bsd but not in Rh? > Why can i pipe ircii thru tr but not thru sed? >
Sed is meant to work in a pipeline as you've shown in your example. The most likely problem is that the irc client you are using is not using the standard output device for display. Thus, sed never sees any output. You'll probably need to read up on your IRC client to see if it is able to do what you're trying. Cheers, Sean -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list