#! /bin/sh dest_dir=$HOME/.mozilla/phd/`ls -1 $HOME/.mozilla/phd` sed -e 's/<//g' -e 's/&/\&/g' \ $dest_dir/bookmarks.html >_tmp.$$ && \ exec mv _tmp.$$ $dest_dir/bookmarks.html