Skip to content

Commit aa8e933

Browse files
committed
fixing typo mistake
1 parent 82c325c commit aa8e933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual-shell-tools/grep/script-03.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44

55
# TODO: Write a command to output the number of lines in dialogue.txt that contain the word Doctor (regardless of case).
66
# The output should be exactly the number 9.
7-
rep -ic Doctor dialogue.txt
7+
grep -ic Doctor dialogue.txt

0 commit comments

Comments
 (0)