mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
cd tests
|
|
open 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
|