1 Oct
2009
1 Oct
'09
11:30 a.m.
On Wed, 30 Sep 2009, David Arnold wrote:
In the minmals directory: david-arnolds-macbook-pro:context darnold$ find . grep 'tikz' find: tikz: No such file or directory
Did you really run this command "find . grep 'tikz'" ? This means, you will find all files in the current directory and in the sub-directories "grep" and "tikz", and these 2 sub-directories probably don't exist. You want probably something like this: find . -name tikz or find . -name "*tikz*" Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/