Revision: 23153
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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