diff options
author | Jim Meyering <jim@meyering.net> | 2004-12-15 16:03:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-12-15 16:03:12 +0000 |
commit | c3fd921063718a54f446b1dccad7c2e6fd843a37 (patch) | |
tree | 5e7b46fd516cef14fae5bf4faa74cbc053fa8482 /NEWS | |
parent | 3ca5e74d7db8f5b6025b9c8318ee303a9b92a03e (diff) | |
download | coreutils-c3fd921063718a54f446b1dccad7c2e6fd843a37.tar.xz |
mention tac bug fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,6 +127,9 @@ GNU coreutils NEWS -*- outline -*- tac can now handle regular, nonseekable files like Linux's /proc/modules. Before, it would produce no output for such a file. + tac would exit immediately upon I/O or temp-file creation failure. + Now it continues on, processing any remaining command line arguments. + "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 supports the SUSv2 b |