Zapisz sumę kontrolną do pliku:

$ md5sum big_buck_bunny_720_stereo.mp4 | tee big_buck_bunny_720_stereo.mp4.md5
18436fcc899926e7b5d83911f7536c20  big_buck_bunny_720_stereo.mp4

Sprawdź:

$ md5sum -c big_buck_bunny_720_stereo.mp4.md5
big_buck_bunny_720_stereo.mp4: OK

More information

Możesz zrobić to już przy pobieraniu:

$ wget -O - https://studio.blender.org/download-source/67/670f2a509593169f533ea847e4aa86e829a99911/670f2a509593169f533ea847e4aa86e829a99911-720p.mp4 \
| tee >(md5sum > big_buck_bunny_720_stereo.md5) \
> big_buck_bunny_720_stereo.mp4

Refs