Date: Sat, 6 Dec 2003 14:55:44 -0800 From: Chris Pressey <cpressey@catseye.mine.nu> To: Marty Landman <MLandman@face2interface.com> Cc: FreeBSD-Questions@freebsd.org Subject: Re: md5 newbie question Message-ID: <20031206145544.4e1cd680.cpressey@catseye.mine.nu> In-Reply-To: <6.0.0.22.0.20031206164811.042faeb0@pop.face2interface.com> References: <6.0.0.22.0.20031206095611.01f550a0@pop.face2interface.com> <20031206114843.6a37709e.cpressey@catseye.mine.nu> <6.0.0.22.0.20031206164811.042faeb0@pop.face2interface.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 06 Dec 2003 16:52:42 -0500 Marty Landman <MLandman@face2interface.com> wrote: > [...] > Seems the problem here is that the md5 cmd's output is not simply the > result string but a description of the cmd together with the result. > If I need to do much of this guess a little pgm's called for. >From "man md5": -q Quiet mode - only the MD5 sum is printed out. So, try: md5 -q /tmp/httpd-2.0.48.tar.gz -Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031206145544.4e1cd680.cpressey>