in reply to Re: can you autoflush a program in unix?
in thread can you autoflush a program in unix?
The 1 is a default, which you can change to 0. That lets the user call your script from the shell as:$FLUSH = $ENV{FLUSH} || 1;
bash# AUTOFLUSH=1 /path/to/script.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: can you autoflush a program in unix?
by ikegami (Patriarch) on Oct 20, 2009 at 20:20 UTC |