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 b970c48 commit fa91bbfCopy full SHA for fa91bbf
individual-shell-tools/awk/script-01.sh
@@ -3,4 +3,5 @@
3
set -euo pipefail
4
5
# TODO: Write a command to output just the names of each player in `scores-table.txt`.
6
+awk '{print $1}' scores-table.txt
7
# Your output should contain 6 lines, each with just one word on it.
0 commit comments