20 lines
451 B
JSON
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/"
|
|
}
|
|
]
|
|
}
|