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?

Thanks for any ideas?

b t e w at n y x dot net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to