coreutils
[Top][All Lists]
Advanced

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

Re: [PATCH] md5sum,b2sum,sha*sum: support -s option


From: Michael Stone
Subject: Re: [PATCH] md5sum,b2sum,sha*sum: support -s option
Date: Mon, 25 Jun 2018 16:56:20 -0400
User-agent: NeoMutt/20170113 (1.7.2)

On Mon, Jun 25, 2018 at 05:14:09PM -0300, Carlos Santos wrote:
I looked at the BSD manual pages and even the command names are
different so that should not be a concern.

It is a concern if someone wants to add a short option that's compatible with that feature. Right now coreutils already has multiple long options (status and strict) that start with s, and another option which is very close (quiet) that also doesn't have a short option (and isn't implemented in busybox because why not; busybox doesn't seem to have a strict option either). Meanwhile on the bsd side there are other options which may also be useful including one which uses the same short option letter. It's not at all unheard of to get requests to implement those, and implementing this in coreutils precludes that possiblity.



reply via email to

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