On Thu, 07 Dec 2006 10:11:27 +1300
Volker Kuhlmann <[EMAIL PROTECTED]> wrote:

> On Thu 07 Dec 2006 09:10:29 NZDT +1300, Joseph Miller wrote:
> 
> > cat test.txt | md5sum
> > a40ed13005e08841d25cf5a6f3f11ca1  -
> > 
> > Seems like Sarge's md5sum reads from stdin just fine :P
> 
> Seems like you too missed the point of reading the data from stdin for
> *CHECKING*, not *CHECKSUM GENERATION*... ;)
> 
> The test case is this:
> 
> echo bla | md5sum >checksum.md5
> echo bla | md5sum -c checksum.md5
> 
> Volker
> 
> -- 
> Volker Kuhlmann                       is list0570 with the domain in header
> http://volker.dnsalias.net/   Please do not CC list postings to me.

The md5sum file contains two entries: the sum and the filename. What are you 
delivering for the filename??

Reply via email to