mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 22:09:25 +00:00
2 lines
122 B
Text
2 lines
122 B
Text
open tests\test.toml --raw | split-row "\n" | skip 1 | first 2 | split-column "=" | select Column1 | trim | echo $it
|
|
exit
|