Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looking at `find ~/.mozilla/firefox -name \.sqlite`, there are some more such databases for window.localStorage and the like. So this could be generalized to

  find ~/.mozilla/firefox -name \*.sqlite -print -exec sqlite3 {} VACUUM \;


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: