Skip to content

Instantly share code, notes, and snippets.

@dougbeal
Created October 23, 2014 21:47
Show Gist options
  • Select an option

  • Save dougbeal/1e41ef55321bfa859b17 to your computer and use it in GitHub Desktop.

Select an option

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