Quote:
Originally Posted by knc1
What is the output of the utility "file" when used on the database?
|
"file" only identifies the file as a data file. I.e. it's not a common run-of-the-mill file.
Quote:
Originally Posted by knc1
Ah, this is *nix, file extensions are not significant (except sometimes, to the human involved), so your observation is not relevant.
|
My observation
is relevant. Based on the strings in the .db file, for example,
jdbm.btree.BTree, I'm pretty sure that it's some kind of Java B-Tree database file.