bug-coreutils
[Top][All Lists]
Advanced

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

bug#41657: md5sum: odd escaping for input filename \


From: Michael Coleman
Subject: bug#41657: md5sum: odd escaping for input filename \
Date: Tue, 2 Jun 2020 02:17:13 +0000

Apologies if this has already been fixed, but glancing at the source, probably 
not.

For version 8.22:

$ true > \\
$ md5sum \\
\d41d8cd98f00b204e9800998ecf8427e  \\
$ md5sum < \\
d41d8cd98f00b204e9800998ecf8427e  -

The checksum is not what I would expect, due to the leading backslash.  And in 
any case, the "\d" has no obvious interpretation.  Really, I can't imagine ever 
escaping the checksum.

(Yes, my users are a clever people.)

Cheers,
Mike

Michael Coleman (mcolema5@uoregon.edu<mailto:mcolema5@uoregon.edu>)
Computational Scientist
Research Advanced Computing Services
University of Oregon




reply via email to

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