2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/docs/commands/split.md

17 lines
416 B
Markdown
Raw Normal View History

# split
Split contents across desired subcommand (like row, column) via the separator.
## Usage
```shell
> 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