From: Paul Eggert Date: Tue, 19 Jul 2005 07:34:02 +0000 (+0000) Subject: md5sum --check now accepts multiple input files, and similarly for sha1sum. X-Git-Tag: CPPI-1_12~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb0d1f9a60dd0ae601e266ad7e26bda567282994;p=thirdparty%2Fcoreutils.git md5sum --check now accepts multiple input files, and similarly for sha1sum. --- diff --git a/NEWS b/NEWS index 7e11635f4b..f760af92e0 100644 --- a/NEWS +++ b/NEWS @@ -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.