top | item 13604655

(no title)

rw | 9 years ago

How did you find these changes?

discuss

order

cgijoe|9 years ago

I used the Unix "locate" command-line tool. I just searched for "keybase". Note that you have to build up a locate DB first by calling "sudo /usr/libexec/locate.updatedb". Type "man locate" in Terminal to learn more.

rrdharan|9 years ago

Note you can also use 'mdfind' for this (assuming you haven't disabled Spotlight), no need to build the updatedb. I actually have locate aliased to mdfind in my bashrc.

HereticLocke|9 years ago

"locate" is not an Apple command-line tool. It is a Unix command.

arm|9 years ago

Not the parent, but it’s pretty easy to find all files on disk with a particular name with something like Find Any File¹.

――――――

¹ — http://apps.tempel.org/FindAnyFile/

lelf|9 years ago

For instance, fs_usage(1)