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

22 lines
440 B
JSON

{
"name": "tty",
"section": 1,
"title": "return user's terminal name",
"synopsis": [
"tty [OPTION]... [OPERAND]..."
],
"description": "Bare OS implementation of return user's terminal name. Full behavior is defined in packages/bare-os-coreutils/src/tty.js.",
"options": [],
"keywords": [
"tty",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "am I a tty",
"code": "tty"
}
]
}