[OS X TeX] finding a file

Thomas Bohn thbohn at gmail.com
Tue Aug 14 23:19:17 CEST 2012


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 will search on the entire hard drive for file with the name calculus.bib.

Thomas



More information about the macostex-archives mailing list