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

Re: md5 without MD5 ("OpenBSD") =



On Sun, Sep 02, 2001 at 01:51:32PM -0700, Camille Davis wrote:
> Anyone know how to get the md5 command to return JUST the md5 string, NOT 
> the other junk?

use read.

md5 file|read a b c md
will put just the checksum into variable md.