mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Move 'nth' into 'select' (#4385)
This commit is contained in:
@ -25,7 +25,7 @@ mod simple {
|
||||
open key_value_separated_arepa_ingredients.txt
|
||||
| lines
|
||||
| each { echo $it | parse "{Name}={Value}" }
|
||||
| nth 1
|
||||
| select 1
|
||||
| get Value
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user