Re: md5sum command syntax



At 1:54 PM -0700 10/16/06, Rick Stevens wrote:
On Mon, 2006-10-16 at 20:05 +0100, Thufir wrote:
I've read the f#$%ing manual.

Files:

foo.iso
foo.iso.md5

To verify, the command is....?

It's in "man md5sum" if you'd read it.

The command is "md5sum foo.iso" and compare the output against the data
in foo.iso.md5.

If you want it automatically and assuming foo.iso.md5 contains JUST the
MD5 checksum:

# md5sum foo.iso | cut -d" " -f1 | diff --brief - foo.iso.md5

or:

md5sum -c foo.iso.md5
--
____________________________________________________________________
TonyN.:' The Great Writ <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
' is no more. <http://www.georgeanelson.com/>

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Wireless Software required
    ... If Knoppix doesn't give you the boot time command option, ... this is a Toshiba Satellite M45. ... The md5sum of auditor-200605-02-ipw2100.iso is ... If you're not handy on the command line, ...
    (alt.internet.wireless)
  • Re: JPEG File Corruption
    ... An independent way to verify that copies are undamaged: ... Install cygwin, including md5sum. ... Step 7 tells md5sum to read the file of checksums, ... You don't need the original image files to compare against. ...
    (rec.photo.digital)
  • Re: md5sum command syntax
    ... It's in "man md5sum" if you'd read it. ... The command is "md5sum foo.iso" and compare the output against the data ... Satanic messages, but if you play it forwards, it will install - ...
    (Fedora)
  • Re: grep & tar segfault - broken system
    ... After command completion occurred, registers were: ...
    (Debian-User)
  • Re: calculating md5sum strings from within Awk
    ... Awk has no built in function to calculate that. ... input to replace the field with its md5 before it's passed to awk. ... Example follows, using the md5sum command available in linux, and assuming ...
    (comp.lang.awk)