Created
September 10, 2015 18:54
-
-
Save MarxBro/20543f3dd0deac0eb183 to your computer and use it in GitHub Desktop.
Simple Linux Counter alias
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
w3m -dump_source https://www.linuxcounter.net/statistics | grep -oP "linux_user_guess.*>(.+)<" | cut -d'>' -f2 | sed 's#<##g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment