We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f0a3 commit 7887dbeCopy full SHA for 7887dbe
linux-shell/00045_HackerrankLinuxShell.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+# 'Grep' - B
4
+# https://www.hackerrank.com/challenges/text-processing-in-linux-the-grep-command-5/problem?isFullScreen=true
5
6
+grep '\([0-9]\) *\1'
0 commit comments