nushell/tests/sort_by.txt

4 lines
150 B
Text
Raw Normal View History

2019-06-03 01:26:29 +00:00
cd tests
2019-06-22 03:43:37 +00:00
open test.toml --raw | lines | skip 1 | first 4 | split-column "=" | sort-by Column1 | skip 1 | first 1 | get Column1 | trim | echo $it
2019-06-03 00:37:16 +00:00
exit