diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-26 12:23:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-26 12:23:53 +0000 |
commit | 62d873b4c74d58262ea1c9a5bbe01d45ff48a436 (patch) | |
tree | 214137916b2f716924653ccd17994c344b49e7a8 | |
parent | 7c67ca4a3e05055db897bcbd3b0207d9cb2e580d (diff) | |
download | coreutils-62d873b4c74d58262ea1c9a5bbe01d45ff48a436.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ GNU coreutils NEWS -*- outline -*- ** New features + `test' is now more compatible with Bash and POSIX: + + `test -t', `test --help', and `test --version' now silently exit + with status 0. To test whether standard output is a terminal, use + `test -t 1'. To get help and version info for `test', use + `[ --help' and `[ --version'. + + `test' now exits with status 2 (not 1) if there is an error. + wc count field widths now are heuristically adjusted depending on the input size, if known. If only one count is printed, it is guaranteed to be printed without leading spaces. |