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'
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'