Archive for: March 8th, 2009

Replacing my tags in a export of my delicious bookmarks

Mar 08 2009 Published by aaron under Sysadmin, Tech

After exporting my bookmarks into an html format, I used this command to replace tags with a new name:

cat export.html | sed -e '/tags/s/tags:\ *[a-z]*/tags: MATCH/g'

No responses yet