nushell/tests/sort_by.txt
2019-06-03 13:26:29 +12:00

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