Tools commonly used at work.
This program generates MD5 digests for a single file or all files in a folder. It calculates the MD5 hash value of the content of each file and prints the result to the console.
unamd5 [OPTIONS]
-h, --help
: Display help message.-v, --version
: Display version information.-p, --path <path>
: Specify the path of the file or folder.
-
To generate MD5 digest for a single file:
unamd5 -p /path/to/file
orunamd5 /path/to/file