Skip to content

Commit fbdac0d

Browse files
committed
correction
1 parent 9627046 commit fbdac0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -euo pipefail
55
# TODO: Write a command to output the number of words in the file helper-files/helper-3.txt.
66
# The output should include the number 19. The output should not include the number 92.
77

8-
wc -w < ../helper-files/helper-3.txt
8+
wc -w ../helper-files/helper-3.txt

0 commit comments

Comments
 (0)