Skip to content

Commit 3bc8676

Browse files
author
l
committed
break script 2 to test test
1 parent 05c1ae1 commit 3bc8676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 $2}' scores-table.txt

0 commit comments

Comments
 (0)