We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc4e46 commit cd16706Copy full SHA for cd16706
hackerrank_practices/33_sort_6.sh
@@ -0,0 +1,3 @@
1
+# You need to sort this file in ascending order of the second column (i.e. the average monthly temperature in January).
2
+
3
+sort -n -t$'\t' -k2
hackerrank_practices/34_sort_7.sh
@@ -0,0 +1,2 @@
+# You need to sort this file in descending order of the second column (i.e. the average monthly temperature in January).
0 commit comments