Skip to content

Commit 77b4e34

Browse files
committed
just making a pr in a separate branch
1 parent 62876b0 commit 77b4e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)