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 500f810 commit 4856862Copy full SHA for 4856862
individual-shell-tools/grep/script-05.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
5
# TODO: Write a command to output every line in dialogue.txt that contains the string "cure", as well as the line before that line.
6
# The output should contain two pairs of two lines of text (with a separator between them).
7
-grep -B1 "cure" dialogue*.txt
+grep -B1 "cure" dialogue.txt
0 commit comments