22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"name": "readlink",
|
|
"section": 1,
|
|
"title": "print symbolic link targets",
|
|
"synopsis": [
|
|
"readlink [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of print symbolic link targets. Full behavior is defined in packages/bare-os-coreutils/src/readlink.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"readlink",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "symlink target",
|
|
"code": "readlink ~/.config"
|
|
}
|
|
]
|
|
}
|