Files
bare-operating-system/packages/bare-os-coreutils/man/pages/install.json
T
2026-04-03 23:04:42 -04:00

28 lines
464 B
JSON

{
"name": "install",
"section": 1,
"title": "copy files and set attributes",
"synopsis": [
"install [-m MODE] SOURCE DEST"
],
"description": "Copy one file; optional chmod.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"install",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "install"
}
],
"listCategory": "coreutils"
}