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 9627046 commit fbdac0dCopy full SHA for fbdac0d
1 file changed
individual-shell-tools/wc/script-01.sh
@@ -5,4 +5,4 @@ set -euo pipefail
5
# TODO: Write a command to output the number of words in the file helper-files/helper-3.txt.
6
# The output should include the number 19. The output should not include the number 92.
7
8
-wc -w < ../helper-files/helper-3.txt
+wc -w ../helper-files/helper-3.txt
0 commit comments