Return to Snippet

Revision: 23153
at January 31, 2010 15:59 by berkes


Initial Code
wget -q -O - http://feeds.delicious.com/v2/rss/{USERNAME}/{TAG}?count=15 | grep '<link>' | sed 's|</*link>||g'

Initial URL
http://delicious.com

Initial Description
Simple wget - grep - sed pipe to print a list of bookmarks on delicous in a certain tag.
Replace {USERNAME} with your username. 
Replace {TAG} with the tag you want a list of urls for.

Initial Title
print a list of bookmarks on delicous in a certain tag.

Initial Tags


Initial Language
Bash