Skip to content

Commit 4d7e977

Browse files
committed
Displaying words regardless of case.
1 parent bbbd29e commit 4d7e977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

55
# TODO: Write a command to output every line in dialogue.txt that contains the word Doctor (regardless of case).
66
# The output should contain 9 lines.
7+
grep -i 'Doctor' grep/dialogue.txt

0 commit comments

Comments
 (0)