forked from extern/nushell
Split split command to sub commands.
This commit is contained in:
@@ -9,7 +9,7 @@ fn by_column() {
|
||||
| lines
|
||||
| skip 1
|
||||
| first 4
|
||||
| split-column "="
|
||||
| split column "="
|
||||
| sort-by Column1
|
||||
| skip 1
|
||||
| first 1
|
||||
|
Reference in New Issue
Block a user