bug-coreutils
[Top][All Lists]
Advanced

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

Bug in md5sum


From: Chuck Messenger
Subject: Bug in md5sum
Date: Mon, 06 Jun 2005 09:40:58 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050322

Try the following:

$ touch a\\\'s
$ ls
a\'s
$ md5sum a\\\'s
\d41d8cd98f00b204e9800998ecf8427e  a\\'s
$ md5sum --version
md5sum (coreutils) 5.2.1

In other words, an extraneous \ is inserted before the md5 in the output, due to the fact that there's a backslash (or perhaps a \') in the file name.


   - Chuck Messenger






reply via email to

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