Files
bare-operating-system/packages/bare-os-coreutils/man/pages/realpath.json
T
2026-04-03 23:04:42 -04:00

20 lines
626 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "realpath",
"section": 1,
"title": "print resolved logical path",
"synopsis": ["realpath [-m] FILE..."],
"description": "Prints the VFS-resolved absolute path (same as the shells logical resolution). Does not traverse the host filesystem.",
"options": [
{
"flag": "-m, --canonicalize-missing",
"meaning": "Do not require the path to exist"
},
{ "flag": "-h, --help", "meaning": "Print usage" }
],
"keywords": ["realpath", "bare-os", "coreutils"],
"examples": [
{ "caption": "resolve under $HOME", "code": "realpath ./notes.txt" }
],
"listCategory": "coreutils"
}