summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-23 20:24:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-23 20:24:52 +0000
commit3e9f3d275596ecf3731409053af302d7c89d3fad (patch)
tree82d90efcc4786a2486505ee8109a77726d24be34 /NEWS
parenteecd99d134a38164bdfcddd602aa07f74b3fe322 (diff)
downloadcoreutils-3e9f3d275596ecf3731409053af302d7c89d3fad.tar.xz
Describe SUSv2 etc. tail fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ab072c374..7607e5131 100644
--- a/NEWS
+++ b/NEWS
@@ -101,10 +101,11 @@ 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.
+ When conforming to POSIX 1003.2-1992, tail now supports the SUSv2 b
+ modifier (e.g., "tail -10b file") and it handles some obscure cases
+ more correctly, e.g., "tail +cl" now reads the file "+cl" rather
+ than reporting an error, "tail -c file" no longer reports 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)".