Syntax: !md5 filepathThis command will compute and print on the prompt line the MD5 digest of a file. The digest is a sequence of 32 hex digits that is very unlikely to duplicate that of another file. It can be used to determine if a file is incorrect or has been tampered with.
The same digest can be obtained from the following command, which is available on most Unix/Linux/macOS systems:
openssl dgst -md5 filepath