mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 17:44:27 +01:00
4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
cd tests
|
|
open test.toml --raw | lines | skip 1 | first 1 | split-column "=" | get Column1 | trim | echo $it
|
|
exit
|