# md5
Good for generating MD5 hashes.

## Get the MD5 hash of a file

```
md5 name-of-file.ext
```

Example:

```
md5 newFGDS.sh

MD5 (newFGDS.sh) = 18a26d381534130c72695172a218e576
```
