Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 2, 2012 02:15
Show Gist options
  • Save NapoleonWils0n/3998268 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3998268 to your computer and use it in GitHub Desktop.
bash: grep clipboard for http links
pbpaste | grep -o 'http://[^"]*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment