28 lines
463 B
JSON
28 lines
463 B
JSON
{
|
|
"name": "md5sum",
|
|
"section": 1,
|
|
"title": "compute MD5 checksums",
|
|
"synopsis": [
|
|
"md5sum [FILE]..."
|
|
],
|
|
"description": "Bundled MD5 (not Web Crypto); GNU-style output lines.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"md5sum",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "md5sum"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|