Files
bare-operating-system/packages/bare-os-coreutils/man/pages/rm.json
T
2026-04-03 20:46:09 -04:00

20 lines
451 B
JSON

{
"name": "rm",
"section": 1,
"title": "remove files",
"synopsis": ["rm [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of remove files. Full behavior is defined in packages/bare-os-coreutils/src/rm.js.",
"options": [],
"keywords": ["rm", "bare-os", "coreutils"],
"examples": [
{
"caption": "file",
"code": "rm tmp.txt"
},
{
"caption": "tree",
"code": "rm -rf build/"
}
]
}