bug-coreutils
[Top][All Lists]
Advanced

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

Re: looks like a bug in md5sum, sha1sum,sha256sum..


From: Eric Blake
Subject: Re: looks like a bug in md5sum, sha1sum,sha256sum..
Date: Sat, 05 Sep 2009 05:35:34 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to cor on 9/4/2009 11:58 PM:
> address@hidden:/home/test$ md5sum --check '-=Bob Marley=-.md5'
> md5sum: invalid option -- '='

Not a bug.  And not unique to md5sum either; POSIX requires that most apps
behave this way (only a few exceptions for legacy programs like echo).

Try either of these, to see the difference.  Basically, you need to tell
your program that '-=Bob Marley=-.md5' is not an option, but an argument,
either by avoiding a leading-, or by using the explicit end-of-options option.

md5sum --check -- '-=Bob Marley=-.md5'
md5sum --check './-=Bob Marley=-.md5'

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqiTQYACgkQ84KuGfSFAYDaRwCgqWz2l2wV9VPsh1w9ehAqe2hu
shwAnj8JaUrae2gqwFZarR9IQQcXhiYb
=g+7i
-----END PGP SIGNATURE-----




reply via email to

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