1 2017-12-02 12:08:24 <tomdickharry> can anyone tell me how to find a wallet on a hard drive - file has no extension - thanks
2 2017-12-02 12:17:50 <arubi> tomdickharry, maybe `find . -type f -exec file {} \; | grep "Berkeley DB"` ?
3 2017-12-02 12:59:28 <tomdickharry> what does that do exactly arubu, thanks