mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
3 lines
159 B
Text
3 lines
159 B
Text
cd tests
|
|
open test.toml --raw | split-row "\n" | skip 1 | first 4 | split-column "=" | sort-by Column1 | skip 1 | first 1 | get Column1 | trim | echo $it
|
|
exit
|