Skip to content

Commit 4856862

Browse files
committed
updated script5
1 parent 500f810 commit 4856862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual-shell-tools/grep/script-05.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 every line in dialogue.txt that contains the string "cure", as well as the line before that line.
66
# The output should contain two pairs of two lines of text (with a separator between them).
7-
grep -B1 "cure" dialogue*.txt
7+
grep -B1 "cure" dialogue.txt

0 commit comments

Comments
 (0)