mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:45:41 +02:00
Split split command to sub commands.
This commit is contained in:
@ -5,7 +5,7 @@ Use `rename` to give columns more appropriate names.
|
||||
## Examples
|
||||
|
||||
```shell
|
||||
> open /etc/passwd | lines | split-column ":" | rename user password uid gid gecos home shell
|
||||
> open /etc/passwd | lines | split column ":" | rename user password uid gid gecos home shell
|
||||
────┬────────┬──────────┬──────┬──────┬────────┬─────────────────┬──────────────────
|
||||
# │ user │ password │ uid │ gid │ gecos │ home │ shell
|
||||
────┼────────┼──────────┼──────┼──────┼────────┼─────────────────┼──────────────────
|
||||
|
Reference in New Issue
Block a user