home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnuawk.zip / README_d / README.linux < prev    next >
Text File  |  1997-04-17  |  474b  |  14 lines

  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.ai.mit.edu
  14.