Advertisement
wakoond

Apple Mail RSS URLs

Apr 8th, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. IFS=$'\n';for i in $(find ~/Library/Mail/RSS/ -name "Info.plist");do grep "http[s]*://" $i | sed "s/.*\(http[^<]*\).*/\1/";done | grep -v '\.dtd\">' | sed 's/\&amp\;/\&/g'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement