coreutils
[Top][All Lists]
Advanced

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

Re: New option for md5sum


From: Pádraig Brady
Subject: Re: New option for md5sum
Date: Sat, 19 Apr 2014 01:31:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 04/19/2014 12:51 AM, djcj wrote:
> Can you add an option to md5sum that allows one to output only the checksum?
> Here's a code example:

Thanks for the patch.
However this is one of those marginal cases where it's
probably not worth the extra option to do this simple adjustment.

At the shell you can do: md5sum < the_file | cut -b1-32
Also if running from another program, one could easily
take the start of the output (accounting for leading backslashes).

So I'd be 70:30 against adding this.

thanks,
Pádraig.




reply via email to

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