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 de915eb commit 47505c1Copy full SHA for 47505c1
individual-shell-tools/awk/script-05.sh
@@ -5,3 +5,4 @@ set -euo pipefail
5
# TODO: Write a command to output just the names of each player along with the number of times they've played the game.
6
# Your output should contain 6 lines, each with one word and one number on it.
7
# The first line should be "Ahmed 3".
8
+awk '{print $1, NF-2}' scores-table.txt
0 commit comments