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 61d352f commit 40ff335Copy full SHA for 40ff335
1 file changed
shell-pipelines/sort-uniq-head-tail/script-01.sh
@@ -5,3 +5,5 @@ set -euo pipefail
5
# The input for this script is the scores-table.txt file.
6
# TODO: Write a command to output scores-table.txt, with lines sorted by the person's name.
7
# The first line of your output should be "Ahmed London 1 10 4" (with no quotes). And the third line should be "Chandra Birmingham 12 6".
8
+
9
+sort scores-table.txt
0 commit comments