https://github.com/devlights/xlsxmd5
Calculates the MD5 checksum of the files under the specified directory and outputs it to Excel.
https://github.com/devlights/xlsxmd5
Last synced: about 2 months ago
JSON representation
Calculates the MD5 checksum of the files under the specified directory and outputs it to Excel.
- Host: GitHub
- URL: https://github.com/devlights/xlsxmd5
- Owner: devlights
- License: mit
- Created: 2020-03-10T06:36:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T06:48:59.000Z (about 5 years ago)
- Last Synced: 2023-04-01T09:21:51.909Z (about 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlsxmd5
Calculates the MD5 checksum of the files under the specified directory and outputs it to Excel.# Run
## example
```shell script
go run . -d /path/to/target-dir -p .* -o /path/to/output-file-path
```