RosettaCodeData/Task/Sort-an-integer-array/Jq/sort-an-integer-array.jq

2 lines
29 B
Text
Raw Normal View History

2016-12-05 23:44:36 +01:00
[2,1,3] | sort # => [1,2,3]