logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ircflush - a little program that tricks another program in to line buffering its output

Description

       What's  the  deal  here?   Well, it's like this.  First we find an open tty/pty pair.  Then we fork three
       processes.  The first reads from stdin and sends the info to the master device.  The next  process  reads
       from  the  master  device  and sends stuff to stdout.  The last processes is the rest of the command line
       arguments exec'd.  By doing all this, the exec'd process is fooled into flushing each line of  output  as
       it occurs.

Name

       ircflush -  a little program that tricks another program in to line buffering its output

Options

[program][argumentstoprogram]AUTHOR
              Michael Sandrof

See Also

ircII(1), irc(1)

                                                ircflush-VERSION                                     ircflush(1)

Synopsis

ircflush [program] [argumentstoprogram

See Also