I’m just curious if anyone has done this before. I’d like to use the database file generated by updatedb as sort of a “cache” for a searching mechanism, but without having to make any external calls to ‘locate’.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try having a look at this file:
https://github.com/WojciechMula/locatedb
I believe it does what you are looking for.