On Thu, Aug 19, 2010 at 08:53:07AM -0700, Matt wrote:
> If I run the following find command, this produces a bug shown by the
> output below:
> find ~ -name "tmp.bib" -print
> What's going on with this and what can I do to fix it?
Try running the command without the "-print":

find ~ -name "tmp.bib"

See if that changes anything.

Attachment: pgp3nNCvTQHkY.pgp
Description: PGP signature

Reply via email to