md5 checksum - how?

James Wilkinson james at westexe.demon.co.uk
Mon Dec 13 23:43:25 UTC 2004


Duncan Lithgow wrote:
> sorry, still no luck:
> 
> [dulithgow at 3e6b2815 downloads]$ md5sum -c [Linux.Fedora.Core.3].md5 
> checksums.txt
> md5sum: only one argument may be specified when using --check
> Try `md5sum --help' for more information.
> [dulithgow at 3e6b2815 downloads]$
> 
> Is this just becasue of the blank space in the filename?

Yes. Assuming the file is called
"[Linux.Fedora.Core.3].md5 checksums.txt". Try
md5sum "[Linux.Fedora.Core.3].md5 checksums.txt"
or
md5sum [Linux.Fedora.Core.3].md5\ checksums.txt

Or just use bash's filename completion: type
md5sum [Li
and press tab.

James.

-- 
E-mail address: james | WARNING:  Pressing CTRL+ALT+DEL again will restart
@westexe.demon.co.uk  | your computer.  Then again, what won't?  You will
                      | lose unsaved information, and even supposedly saved
                      | information, in any case.  -- David P. Murphy




More information about the fedora-list mailing list