26 lines
475 B
JSON
26 lines
475 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/"
|
|
}
|
|
]
|
|
}
|