On 06/27/2015 12:44 PM, Heidi Lasher-Oakes wrote:
> md5sum -c <AOO file>.tar.gz.md5
>

The -c option is used when you have a text file that contains the md5sum
for one or more files.  Md5sum will read that file and check the file's
md5 sum against the line in the text file.  If you look at the md5 on
the server, it is in the form that could be pasted into a text file. 
This means you could download several files, paste the line into a text
file and then run md5sum -c on the text file to verify all the files
with one command.  Some servers, such as those used for Linux, often
have an md5sum file, which you can download.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org

Reply via email to