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 72d266b commit d622d2aCopy full SHA for d622d2a
shell-pipelines/sort-uniq-head-tail/script-03.sh
@@ -9,4 +9,4 @@ set -euo pipefail
9
# Piotr Glasgow 15 2 25 11 8
10
# Chandra Birmingham 12 6
11
12
-sort -k3 -r -n scores-table.txt | head -n 3
+sort -k3,3 -r -n scores-table.txt | head -n 3
0 commit comments