Last active
March 9, 2018 05:36
-
-
Save ereli/084f9f4accb479e7cb33da9eb21411bb to your computer and use it in GitHub Desktop.
remove leading counts (numbers) and white spaces from the output of sort|uniq -c if you actually just want the values.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pbpaste |tr -d [0-9]| sed -e 's/^[[:space:]]*//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment