( cd ~/.mozilla/default
rm Cache/*
# *.s matches the "remembered passwords" file
for n in cookies.txt downloads.rdf history.dat localstore.rdf *.s
do >$n; done )
