#! /bin/sh sed -e 's/<//g' -e 's/&/\&/g' \ "$HOME/.netscape/bookmarks.html" >_tmp.$$ && \ exec mv _tmp.$$ "$HOME/.netscape/bookmarks.html"