Skip to content

Instantly share code, notes, and snippets.

@MarxBro
Created September 10, 2015 18:54
Show Gist options
  • Save MarxBro/20543f3dd0deac0eb183 to your computer and use it in GitHub Desktop.
Save MarxBro/20543f3dd0deac0eb183 to your computer and use it in GitHub Desktop.
Simple Linux Counter alias
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