Skip to content

Commit bbbd29e

Browse files
committed
Display every line dialogue by the doctor, using Caret to check the start of the line.
1 parent ce1ffac commit bbbd29e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

individual-shell-tools/grep/script-01.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 said by the Doctor.
66
# The output should contain 6 lines.
7+
grep '^Doctor:' ./grep/dialogue.txt

0 commit comments

Comments
 (0)