in reply to Re^3: Filtering passwords from the output of a script
in thread Filtering passwords from the output of a script
That, together with the requirement for the stream to be as unbuffered as possible, is why it would be wrong to use "4096" (or any value greater than "1") on the sysread call.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Filtering passwords from the output of a script
by ikegami (Patriarch) on Nov 29, 2006 at 05:43 UTC |