28 lines
416 B
JSON
28 lines
416 B
JSON
{
|
|
"name": "unlink",
|
|
"section": 1,
|
|
"title": "remove a file",
|
|
"synopsis": [
|
|
"unlink FILE"
|
|
],
|
|
"description": "Single-file unlink.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"unlink",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "unlink"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|