Skip to content

Commit 31e3fac

Browse files
committed
fix: grep6 - files with dr dialogue
1 parent 77b2ade commit 31e3fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

individual-shell-tools/grep/script-06.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 name of every `.txt` file in this directory which contains a line of dialogue said by the Doctor.
66
# The output should contain two filenames.
7-
grep -Rl '^Doctor:'
7+
grep -Rl '^Doctor:' *txt

0 commit comments

Comments
 (0)