Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 234 Bytes

md5_file.sh.md

File metadata and controls

10 lines (9 loc) · 234 Bytes

md5

md5 -- Calculates the MD5 hash of a given file.

Usage

// 1. Function form.
void func::md5_file(string* variable, string filename)
// 2. Command form.
void sub::md5_file(string filename, bool binary = false) > hash