nushell/old_nushell/docs/commands/path-expand.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

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