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