I did try find without the print and the result was the same as before. find ~ -name "tmp.bib"
On Aug 19, 1:07 pm, Daniel Eggleston <[email protected]> wrote: > 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. > > application_pgp-signature_part > < 1KViewDownload -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
