Skip to content

Commit 45be0cc

Browse files
author
l
committed
solve task 1
1 parent 505131b commit 45be0cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

individual-shell-tools/awk/script-01.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ 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+
8+
awk '{print $1}' scores-table.txt

0 commit comments

Comments
 (0)