Skip to content

Instantly share code, notes, and snippets.

@aaronryank
Last active August 1, 2017 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronryank/f2fc4a92db325bb49506cc8352a6e782 to your computer and use it in GitHub Desktop.
Save aaronryank/f2fc4a92db325bb49506cc8352a6e782 to your computer and use it in GitHub Desktop.
What's my name on PPCG?
#!/bin/bash
wget https://codegolf.stackexchange.com/users/$1 2>y
sed -nr 's/.*>User (.*) -.*/\1/p' $1
rm $1 y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment