from the secret journal of Nathan E Norman ([EMAIL PROTECTED]): > Could be, except stdin is fd 1, not 0 (this is true in at least bash > and ash.)
>From bash(1):
/dev/stdin
File descriptor 0 is duplicated.
/dev/stdout
File descriptor 1 is duplicated.
/dev/stderr
File descriptor 2 is duplicated.
--
Jacob Kuntz
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://underworld.net/~jake

