There was an error while loading. Please reload this page.
1 parent 505131b commit 45be0ccCopy full SHA for 45be0cc
1 file changed
individual-shell-tools/awk/script-01.sh
@@ -4,3 +4,5 @@ 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
+
8
+awk '{print $1}' scores-table.txt
0 commit comments