Skip to content

Commit a9be071

Browse files
author
l
committed
deliberately break an implementation
1 parent 33b788d commit a9be071

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 $121212131}' scores-table.txt # deliberately break this implementation

0 commit comments

Comments
 (0)