gitlabEdit

sumfile command

Summary

Calculates the sum of files

Description

Calculating the hash sum of files is important, because it lets users verify if the file is corrupt or not. It calculates the sum of files using either the MD5 or SHA256 algorithms.

Command usage

  • sumfile (MD5/SHA256) (file)

Examples

  • sumfile MD5 DefenseShield.png: Calculates the MD5 sum of an image that has the defensive shield.

  • sumfile SHA256 plasma-desktop_5.16.5-0ubuntu1_amd64.deb: Calculates the SHA256 sum of the Ubuntu/Debian package of KDE Plasma Desktop

Last updated