We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f7798 commit 4ee67fbCopy full SHA for 4ee67fb
linux-shell/00052_HackerrankLinuxShell.sh
@@ -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