blob: 85973a2f5aceb28637d5ae60cb1b4778ae1ab2b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Thu Apr 17 14:41:17 EDT 1997
Some Linux systems, notably RedHat systems through RedHat 4.1, have the
symbolic links for /dev/stdin and /dev/stdout messed up. Specifically,
/dev/stdin is linked to ../proc/self/fd/1 and /dev/stdout to
../proc/self/fd/0. This is backwards. This causes strange behavior
when using those files from within gawk.
Removing and redoing the symlinks fixes the problem. It is fixed in
post-4.1 RedHat Linux.
Arnold Robbins
arnold@gnu.ai.mit.edu
|