Sponsored Content
Operating Systems BSD FF, about:config, storage.vacuum.last.places.sqlite Post 302987050 by jim mcnamara on Sunday 4th of December 2016 06:02:22 AM
Old 12-04-2016
Databases do not always store data in plain text. Before you clobber another file like this, consider using a set of commands to ascertain more about the file.

Code:
f=places.sqlite
file $f
ls -l $f
od -c $f | more

For example, there may be ascii nul bytes in the file if it is binary, rather than text as you assume with the limited data you have on the file.

The file apparently is an index of some sort:
Restoring bookmarks from places.sqlite • mozillaZine Forums

Note there are other files that are associated with book marking, e.g., places.sqlite-shm
These 2 Users Gave Thanks to jim mcnamara For This Post:
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

Sum the fields with 6 decimal places - getting only 2 decimal places as output

I used the below script to Sum up a field in a file based on some unique values. But the problem is when it is summing up the units, it is truncating to 2 decimals and not 6 decimals as in the input file (Input file has the units with up to 6 Decimals – Sample data below, when the units in the 2... (4 Replies)
Discussion started by: brlsubbu
4 Replies
edb-sqlite(7)															     edb-sqlite(7)

NAME
edb-sqlite - eurephia SQLite3 database driver DESCRIPTION
The edb-sqlite database driver is used to enable SQLite3 database in eurephia. The SQLite3 database is file based and requires no server setup at all. The database driver takes only one argument, which is a full path to the database file.b EXAMPLES
eurephia-auth - This is configured via the OpenVPN configuration file. plugin eurephia-auth.so "-i edb-sqlite.so -- <full path to database file>" Plese notice the double dashes. They are separating the arguments between the eurephia-auth module and the database driver. eurephia_init - This is set via the command line user@server:~ $ eurephia_init --database-driver edb-sqlite.so --database-args "<full path to DB file>" eurephiadm - This is configured in the ~/.eurephia/eurephiadm.cfg file database_driver = edb-sqlite.so database_params = <full path to DB file> SEE ALSO
eurephia-auth(7), eurephiadm(7), eurephia_init(7) AUTHOR
Copyright (C) 2008-2010 David Sommerseth <dazo@users.sourceforge.net> David Sommerseth July 2010 edb-sqlite(7)
All times are GMT -4. The time now is 11:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy