Skip to content

Commit 1834328

Browse files
committed
Complete grep script-04: exclude hello lines
1 parent 6d94970 commit 1834328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

individual-shell-tools/grep/script-04.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
set -euo pipefail
44

55
# TODO: Write a command to output every line in dialogue.txt that does not contain the word "Hello" (regardless of case).
6+
grep -vi "hello" dialogue.txt
67
# The output should contain 10 lines.

0 commit comments

Comments
 (0)