mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:45:50 +02:00
Split split command to sub commands.
This commit is contained in:
@ -35,7 +35,7 @@ fn condition_is_met() {
|
||||
open --raw caballeros.txt
|
||||
| lines
|
||||
| skip 2
|
||||
| split-column ','
|
||||
| split column ','
|
||||
| headers
|
||||
| skip 1
|
||||
| keep-while "Chicken Collection" != "Blue Chickens"
|
||||
|
Reference in New Issue
Block a user