Skip to content

Commit fa91bbf

Browse files
committed
print names column
1 parent b970c48 commit fa91bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

individual-shell-tools/awk/script-01.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 just the names of each player in `scores-table.txt`.
6+
awk '{print $1}' scores-table.txt
67
# Your output should contain 6 lines, each with just one word on it.

0 commit comments

Comments
 (0)