severity 356656 minor stop
$ md5sum TODO 6cb5b7a0d7d7853f112872d0f1140ade TODO $ md5sum /bin/ls 26d24168dc7f9ab7a55bb850bd6ebff9 /bin/ls $ md5sum -b TODO 6cb5b7a0d7d7853f112872d0f1140ade *TODO $ md5sum -b /bin/ls 26d24168dc7f9ab7a55bb850bd6ebff9 */bin/ls (TODO is an ASCII text file.) So '*' is printed if and only if the "-b" option is given. The manpage and info certainly don't make that clear. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

