Files
bare-operating-system/packages/bare-os-coreutils/man/pages/env.json
T

26 lines
574 B
JSON

{
"name": "env",
"section": 1,
"title": "set the environment for command invocation",
"synopsis": [
"env [OPTION]... [OPERAND]..."
],
"description": "Bare OS implementation of set the environment for command invocation. Full behavior is defined in packages/bare-os-coreutils/src/env.js.",
"options": [],
"keywords": [
"env",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "print environment",
"code": "env"
},
{
"caption": "run with override",
"code": "env PATH=/bin:/usr/bin man ls"
}
]
}