bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: md5sum --check ifile > ofile


From: Stepan Kasal
Subject: Re: md5sum --check ifile > ofile
Date: Thu, 9 Oct 2003 17:16:23 +0200
User-agent: Mutt/1.2.5.1i

Hello,

On Thu, Oct 09, 2003 at 10:10:34AM +0000, Frank van Rens wrote:
> Hi, md5sum does not put output into file when I use the check option:
>   md5sum --check ifile > ofile
> 
> I tried version 2.1  on unix/cygwin/gnuwin32.

perhaps it writes some of the messages to stderr.
Try the following (under Bourne style shell):

md5sum --check ifile >ofile 2>&1

HTH,
        Stepan Kasal




reply via email to

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