Skip to content

Instantly share code, notes, and snippets.

@dougbeal
Created October 23, 2014 21:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dougbeal/1e41ef55321bfa859b17 to your computer and use it in GitHub Desktop.
Save dougbeal/1e41ef55321bfa859b17 to your computer and use it in GitHub Desktop.
Extract htmlUrl from feedly opml file using sed
#!/bin/sh
sed -n 's/.*htmlUrl="\([^"]*\)".*/\1/p' feedly.opml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment