Skip to content

Instantly share code, notes, and snippets.

@lanephillips
Created January 12, 2020 14:53
Show Gist options
  • Save lanephillips/bca41e8f812f69875362a5e633f99b3a to your computer and use it in GitHub Desktop.
Save lanephillips/bca41e8f812f69875362a5e633f99b3a to your computer and use it in GitHub Desktop.
Create a list of Friendly Fire podcast episode titles
curl http://feeds.feedburner.com/FriendlyFirePod | sed -n -e 's/<itunes:title>//p' | sed -n -e 's/<.*$//p' | tail -r > ~/Downloads/ff.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment