nushell/tests/sort_by.txt

4 lines
162 B
Plaintext
Raw Normal View History

2019-06-03 03:26:29 +02:00
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
2019-06-03 02:37:16 +02:00
exit