nushell/docs/commands/path-expand.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +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