diff options
author | Jim Meyering <jim@meyering.net> | 2004-10-29 22:10:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-10-29 22:10:36 +0000 |
commit | caf82de4ba310f3fda3ffc0f1010324c67767665 (patch) | |
tree | fad458f6ef21f1259e3742cd9ae8ac9e1aa743e1 /NEWS | |
parent | dc3504e276bef73cee0437485798bce51d0cd7fc (diff) | |
download | coreutils-caf82de4ba310f3fda3ffc0f1010324c67767665.tar.xz |
`tac /proc/modules' would print nothing
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ GNU coreutils NEWS -*- outline -*- "sort -o -" now writes to a file named "-" instead of to standard output; POSIX requires this. + tac can now handle regular, nonseekable files like Linux's + /proc/modules. Before, it would produce no output for such a file. + "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 |