Line | |
---|
1 | Thu Apr 17 14:41:17 EDT 1997
|
---|
2 |
|
---|
3 | Some Linux systems, notably RedHat systems through RedHat 4.1, have the
|
---|
4 | symbolic links for /dev/stdin and /dev/stdout messed up. Specifically,
|
---|
5 | /dev/stdin is linked to ../proc/self/fd/1 and /dev/stdout to
|
---|
6 | ../proc/self/fd/0. This is backwards. This causes strange behavior
|
---|
7 | when using those files from within gawk.
|
---|
8 |
|
---|
9 | Removing and redoing the symlinks fixes the problem. It is fixed in
|
---|
10 | post-4.1 RedHat Linux.
|
---|
11 |
|
---|
12 | Arnold Robbins
|
---|
13 | arnold@gnu.org
|
---|
14 |
|
---|
15 | Sun Aug 3 15:07:06 EDT 1997
|
---|
16 |
|
---|
17 | As of version 3.1 of gawk, this is no longer a problem, since gawk now
|
---|
18 | completely interprets the special file names internally.
|
---|
19 |
|
---|
20 | Arnold Robbins
|
---|
21 | arnold@gnu.org
|
---|
Note:
See
TracBrowser
for help on using the repository browser.