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 6e3fb35 commit e409630Copy full SHA for e409630
1 file changed
individual-shell-tools/grep/script-06.sh
@@ -5,4 +5,4 @@ set -euo pipefail
5
# 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.
6
# The output should contain two filenames.
7
8
-grep -l 'Doctor' *.txt
+grep -l '^Doctor:' *.txt
0 commit comments