We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c1ae1 commit 3bc8676Copy full SHA for 3bc8676
individual-shell-tools/awk/script-01.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
5
# TODO: Write a command to output just the names of each player in `scores-table.txt`.
6
# Your output should contain 6 lines, each with just one word on it.
7
-awk '{print $1}' scores-table.txt
+awk '{print $2}' scores-table.txt
0 commit comments