> how to get the contents of places.sqlite into a text file?

SQLITE3  places.sqlite

sqlite> .output places.out.txt
sqlite> .dump
sqlite> .quit

At that point, you should be left with a dump of your places.sqlite in
a file named, places.out.txt.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to