diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-10 20:53:53 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-10 20:53:53 +0000 |
commit | e21fadd7aa2c02e14f5b2804250202d4f0965509 (patch) | |
tree | 6b4fbffcf2877d062e792e7e9d6d63a79b51fa85 /NEWS | |
parent | 9eaba4a2447c065c27fce16def5429ca9d59eb07 (diff) | |
download | coreutils-e21fadd7aa2c02e14f5b2804250202d4f0965509.tar.xz |
"tail" now handles obscure POSIX 1003.2-1992 cases better.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ GNU coreutils NEWS -*- outline -*- "tail -f" no longer mishandles pipes and fifos. With no operands, tail now ignores -f if standard input is a pipe, as POSIX requires. + When conforming to POSIX 1003.2-1992, tail now handles some obscure + cases more correctly, e.g., "tail +cl file" now reads the file "+cl" + rather than reporting an error, and "tail - file" no longer reads + standard input. tee now exits when it gets a SIGPIPE signal, as POSIX requires. To get tee's old behavior, use the shell command "(trap '' PIPE; tee)". |