bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: md5sum


From: Mike Frysinger
Subject: Re: md5sum
Date: Fri, 24 Aug 2007 23:00:03 -0400
User-agent: KMail/1.9.7

On Friday 24 August 2007, Ryan Duval wrote:
> Not a bug, but a feature request. It would be nice if you were able to
> check a file against a checksum. E.g.:
>
> $ md5sum --compare f81064ee2b508c452bd9eef829da162e Logging.pm
> Logging.pm   Does NOT match
>
> $ md5sum --compare f81064ee2b508c452bd9eef829da162e Logging.pm
> Logging.pm   OK

$ echo "f81064ee2b508c452bd9eef829da162e  Logging.pm" | md5sum -c
Loggin.pm: OK
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]