mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
395 B
395 B
path split
Split a path into parts by a separator.
Usage
> path split ...args {flags}
Parameters
- ...args: Optionally operate by column path
Flags
- -h, --help: Display this help message
Examples
Split a path into parts
> echo '/home/viking/spam.txt' | path split
Split all paths under the 'name' column
> ls | path split name