Possibly related to this question: Can I view Firefox history with the terminal?
I want to create a shell script that clears everything in my Firefox's history (this includes the other histories such as cache) in order to have a clean copy to backup before installing the next Ubuntu version or just to have. The question is how to do this via command line so I can add those lines to my script.
I'm okay with a command line command via BleachBit also, if possible.
places.sqlite
,formhistory.sqlite
anddownloads.sqlite
and just replacing the files in use with the default files with a simplecp SOURCEFILE TARGETFILE
? – Byte Commander Sep 07 '15 at 17:02