Skip to content

Commit d857a85

Browse files
committed
fix awk script-04
1 parent 0289a79 commit d857a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

individual-shell-tools/awk/script-04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -euo pipefail
66
# Your output should contain 3 lines, each with one word and one number on it.
77
# The first line should be "Ahmed 4".
88

9-
awk '{print $1, $5}' scores-table.txt
9+
awk '/London/ {print $1, $NF}' scores-table.txt

0 commit comments

Comments
 (0)