birdsong wrote:
> Does anybody have any recommendations on how to interact with the data
> file that updatedb generates? I'm running through a file list in
> sqlite that I want to check against the file system. updatedb is
> pretty optimized for building an index and storing it, but I see no
On Apr 3, 6:25 pm, John Machin wrote:
> The format appears to be documented
> e.g.http://www.delorie.com/gnu/docs/findutils/locatedb.5.html
> and thus should be found on the locatedb(5) man page on your system.
More comprehensive:
http://www.gnu.org/software/findutils/manual/html_node/find_html
On Apr 3, 1:07 pm, birdsong wrote:
> Does anybody have any recommendations on how to interact with the data
> file that updatedb generates? I'm running through a file list in
> sqlite that I want to check against the file system. updatedb is
> pretty optimized for building an index and storing it
Does anybody have any recommendations on how to interact with the data
file that updatedb generates? I'm running through a file list in
sqlite that I want to check against the file system. updatedb is
pretty optimized for building an index and storing it, but I see no
way to query the db file othe