[OS X TeX] finding a file

M A markoilcan at gmail.com
Wed Aug 15 12:01:26 EDT 2012


On Tue, Aug 14, 2012 at 4:19 PM, Thomas Bohn <thbohn at gmail.com> wrote:
> On Tue, Aug 14, 2012 at 10:09 PM, Nitecki, Zbigniew H.
> <Zbigniew.Nitecki at tufts.edu> wrote:
>
>> A booklength project which I have been working on for years calls (via bibtex) a file called calculus.bib.
>
> My suggestion, is to use Terminal.app and the command:
>
> find / -name calculus.bib 2>/dev/null
>

It's far more efficient to do

mdfind -name caculus.bib

especially if you have a large hard drive.

Mark A



More information about the MacOSX-TeX mailing list