mirror of
https://github.com/nushell/nushell
synced 2025-01-12 13:19:01 +00:00
316 B
316 B
path expand
Expand a path to its absolute form
Usage
> path expand ...args {flags}
Parameters
- ...args: Optionally operate by column path
Flags
- -h, --help: Display this help message
Examples
Expand relative directories
> echo '/home/joe/foo/../bar' | path expand