[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files
From: |
Jim Meyering |
Subject: |
Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files |
Date: |
Mon, 23 Nov 2015 17:05:44 +0100 |
On Mon, Nov 23, 2015 at 2:20 PM, Pádraig Brady <address@hidden> wrote:
>> I'll push a bit later today.
>
> Pushed at
> http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.24-91-g9fd0662
> Marking http://bugs.gnu.org/15604 done
Given how this warns/fails when using --check does nothing,
$ :|sha1sum --check
sha1sum: 'standard input': no properly formatted SHA1 checksum lines found
[Exit 1]
should using --check with --ignore-missing also warn/fail when it
verifies no checksum?
$ :|sha1sum |sed s/-/no-such/ |sha1sum --check --ignore-missing; echo $?
0
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Pádraig Brady, 2015/11/01
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Pádraig Brady, 2015/11/22
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Bernhard Voelker, 2015/11/23
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Pádraig Brady, 2015/11/23
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Pádraig Brady, 2015/11/23
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files,
Jim Meyering <=
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Pádraig Brady, 2015/11/23
- Re: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Jim Meyering, 2015/11/23
- Re: bug#15604: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Pádraig Brady, 2015/11/23
- Re: bug#15604: [coreutils] [PATCH] md5sum: Add option to ignore non-existant files, Jim Meyering, 2015/11/23