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 82c325c commit aa8e933Copy full SHA for aa8e933
individual-shell-tools/grep/script-03.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
5
# TODO: Write a command to output the number of lines in dialogue.txt that contain the word Doctor (regardless of case).
6
# The output should be exactly the number 9.
7
-rep -ic Doctor dialogue.txt
+grep -ic Doctor dialogue.txt
0 commit comments