Skip to content

Commit 7887dbe

Browse files
committed
Answer is added for challenge called 'Grep - B'.
1 parent 629f0a3 commit 7887dbe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: linux-shell/00045_HackerrankLinuxShell.sh

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)