Skip to content

Commit 0a38d35

Browse files
committed
Print correct columns (name and city)
1 parent fa91bbf commit 0a38d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
set -euo pipefail
44

55
# TODO: Write a command to output the names of each player, as well as their city.
6+
awk '{print $1, $2}' scores-table.txt
67
# Your output should contain 6 lines, each with two words on it, separated by a space.

0 commit comments

Comments
 (0)