Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion expect/shell-pipelines/sort-uniq-head-tail/script-01.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ahmed London 1 10 4
Ahmed London 2 10 4
Basia London 22 9 6
Chandra Birmingham 12 6
Leila London 1
Expand Down
2 changes: 1 addition & 1 deletion expect/shell-pipelines/sort-uniq-head-tail/script-02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Basia London 22 9 6
Piotr Glasgow 15 2 25 11 8
Chandra Birmingham 12 6
Mehmet Birmingham 3 12 17
Ahmed London 2 10 4
Leila London 1
Ahmed London 1 10 4
2 changes: 1 addition & 1 deletion shell-pipelines/sort-uniq-head-tail/scores-table.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ahmed London 1 10 4
Ahmed London 2 10 4
Basia London 22 9 6
Mehmet Birmingham 3 12 17
Leila London 1
Expand Down
2 changes: 1 addition & 1 deletion shell-pipelines/sort-uniq-head-tail/script-01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -euo pipefail

# The input for this script is the scores-table.txt file.
# TODO: Write a command to output scores-table.txt, with lines sorted by the person's name.
# 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".
# The first line of your output should be "Ahmed London 2 10 4" (with no quotes). And the third line should be "Chandra Birmingham 12 6".
Loading