Skip to content

Commit 4ee67fb

Browse files
committed
Answer is added for challenge called 'Grep #2'.
1 parent c9f7798 commit 4ee67fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)