Skip to content

Commit 8e55fea

Browse files
committed
Answer is added for challenge called 'Grep #3'.
1 parent 4ee67fb commit 8e55fea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: linux-shell/00053_HackerrankLinuxShell.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
# 'Grep' #3
4+
# https://www.hackerrank.com/challenges/text-processing-in-linux-the-grep-command-3/problem?isFullScreen=true
5+
6+
grep -wiv that

0 commit comments

Comments
 (0)