Skip to content

Instantly share code, notes, and snippets.

@taroyanaka
Created July 24, 2018 14:37
Show Gist options
  • Save taroyanaka/e617579b714694f1100f22e3d7fc18de to your computer and use it in GitHub Desktop.
Save taroyanaka/e617579b714694f1100f22e3d7fc18de to your computer and use it in GitHub Desktop.
replace foobar and STRING
#! /bin/bash
curl https://twitter.com/foobar | grep STRING | awk '{gsub(/<[^<]*>/,"");gsub(/^ /,"");print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment