Skip to content

Commit 8e1c0af

Browse files
author
l
committed
Make sample files for sort task unambiguous
1 parent d3857c2 commit 8e1c0af

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

expect/shell-pipelines/sort-uniq-head-tail/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ahmed London 1 10 4
1+
Ahmed London 2 10 4
22
Basia London 22 9 6
33
Chandra Birmingham 12 6
44
Leila London 1

expect/shell-pipelines/sort-uniq-head-tail/script-02.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Basia London 22 9 6
22
Piotr Glasgow 15 2 25 11 8
33
Chandra Birmingham 12 6
44
Mehmet Birmingham 3 12 17
5+
Ahmed London 2 10 4
56
Leila London 1
6-
Ahmed London 1 10 4

shell-pipelines/sort-uniq-head-tail/scores-table.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Ahmed London 1 10 4
1+
Ahmed London 2 10 4
22
Basia London 22 9 6
33
Mehmet Birmingham 3 12 17
44
Leila London 1

shell-pipelines/sort-uniq-head-tail/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44

55
# The input for this script is the scores-table.txt file.
66
# 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".
7+
# 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".

0 commit comments

Comments
 (0)