lubuntu-desktop team mailing list archive
-
lubuntu-desktop team
-
Mailing list archive
-
Message #03148
Re: md5sum command on Wiki page
Am Freitag 21 Januar 2011, um 14:18:42 schrieb Duy Hung Tran:
> Hi list,
>
> In https://wiki.ubuntu.com/Lubuntu/Testing, we suggest everybody use
> this command to get md5 checksum of ISO file:
>
> md5sum | lubuntu-natty-alpha1.iso
>
> This md5sum command doesn't work if we use with "|". Is there something
> wrong here?
>
> Regards,
md5sum lubuntu-natty-alpha1.iso
should give you the md5 sum. The pipe symbol shouldn't be there.
You can execute
md5sum lubuntu-natty-alpha1.iso > md5.txt
to save the md5 in a text file if you want.
References