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 5771075 commit 72d266bCopy full SHA for 72d266b
shell-pipelines/sort-uniq-head-tail/script-02.sh
@@ -6,4 +6,4 @@ set -euo pipefail
6
# TODO: Write a command to output scores-table.txt, with lines sorted by the person's first score, descending.
7
# The first line of your output should be "Basia London 22 9 6" (with no quotes).
8
9
-sort -k2 -r scores-table.txt
+sort -k3,3 -nr scores-table.txt
0 commit comments