diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-19 07:34:02 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-19 07:34:02 +0000 |
commit | cb0d1f9a60dd0ae601e266ad7e26bda567282994 (patch) | |
tree | c70ac045d07646c0d063c6d56f88f110f3b9211d /NEWS | |
parent | 62d9978140437a8edc877b80eacfe7db99ac5513 (diff) | |
download | coreutils-cb0d1f9a60dd0ae601e266ad7e26bda567282994.tar.xz |
md5sum --check now accepts multiple input files, and similarly for sha1sum.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -186,6 +186,8 @@ GNU coreutils NEWS -*- outline -*- ls no longer outputs an extra space between the mode and the link count when none of the listed files has an ACL. + md5sum --check now accepts multiple input files, and similarly for sha1sum. + If stdin is a terminal, nohup now redirects it from /dev/null to prevent the command from tying up an OpenSSH session after you logout. |