View Single Post
Community Council | Posts: 691 | Thanked: 1,240 times | Joined on Sep 2010 @ Mbabane
#5314
I normally use sqlite for that.
Code:
$ sqlite3 /home/user/.yappari/logs/<number>.dblog
sqlite> .output /home/user/MyDocs/<name>.txt
sqlite> select data from log;
sqlite> .exit
This should create a text file in MyDocs. Of course, I left out other details available in the database, such as a flag for who wrote the message, etc.

Just don't corrupt the database
Maybe it's safer to copy it somewhere else first.
 

The Following 3 Users Say Thank You to sicelo For This Useful Post: