This website is released under |
Verify a checksum manifestThe Bash script verify_manifest verifies a checksum manifest of a folder. The program is part of Bash AVpres, released under a 3-Clause BSD License and provided “as is” without warranty or support of any kind. DocumentationA short help message is embedded into the script: $ verify_manifest -h Usage: verify_manifest -i <input_path> [-m <input_manifest>] verify_manifest -h | -x Options: -i input folder or file -m manifest file (default is '<input_path>_xxh128.txt') -h this help -x advanced options with their default arguments (local configuration file found and loaded) Dependency: xxhsum (default), md5sum, sha1sum, sha256sum, sha512sum or crc32 See also: man verify_manifest https://avpres.net/Bash_AVpres/ About: Abstract: Verify a checksum manifest of a folder or file Version: 2024-05-18 $ A detailed manual page is installed together with the script ( 2024-05-15 |