mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 11:54:02 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
416 B
416 B
split
Split contents across desired subcommand (like row, column) via the separator.
Usage
> split <subcommand> {flags}
Subcommands
- split chars - splits a string's characters into separate rows
- split column - splits contents across multiple columns via the separator.
- split row - splits contents over multiple rows via the separator.
Flags
- -h, --help: Display this help message