22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"name": "which",
|
|
"section": 1,
|
|
"title": "locate a command",
|
|
"synopsis": [
|
|
"which [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of locate a command. Full behavior is defined in packages/bare-os-coreutils/src/which.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"which",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "resolve on PATH",
|
|
"code": "which ls"
|
|
}
|
|
]
|
|
}
|