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 5a924f0 commit 8598be5Copy full SHA for 8598be5
1 file changed
individual-shell-tools/grep/script-07.sh
@@ -5,4 +5,4 @@ set -euo pipefail
5
# TODO: Write a command to output, for each `.txt` file in this directory, how many lines of dialogue the Doctor has.
6
# The output should show that dialogue.txt contains 6 lines, dialogue-2.txt contains 2, and dialogue-3.txt contains 0.
7
8
-grep -c ^Doctor *.txt
+grep -c ^Doctor: *.txt
0 commit comments