Skip to content

Commit a6dc62a

Browse files
committed
Answer is added for challenge called 'Uniq Command #2'.
1 parent 2fdae16 commit a6dc62a

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+
# 'Uniq' Command #2
4+
# https://www.hackerrank.com/challenges/text-processing-in-linux-the-uniq-command-2/problem?isFullScreen=true
5+
6+
uniq -c | sed 's/^ *//'

0 commit comments

Comments
 (0)