mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
2 lines
159 B
Text
2 lines
159 B
Text
open tests\test.toml --raw | split-row "\n" | skip 1 | first 4 | split-column "=" | sort-by Column1 | skip 1 | first 1 | select Column1 | trim | echo $it
|
|
exit
|