Created
January 12, 2020 14:53
-
-
Save lanephillips/bca41e8f812f69875362a5e633f99b3a to your computer and use it in GitHub Desktop.
Create a list of Friendly Fire podcast episode titles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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