Re: [cssed-devel] Plugin problems in BSD and MacOsX
Brought to you by:
iagorubio
From: Iago R. <iag...@hi...> - 2004-09-10 16:52:09
|
On Fri, 2004-09-10 at 18:08, Mich=C3=A8le Garoche wrote: > Le 10 sept. 2004, =C3=A0 17:56, Iago Rubio a =C3=A9crit : >=20 > > The find in files plugin is being fixed and I expect a working update > > tomorrow. > I'm waiting for it :-) >=20 > From my investigation, it works with the getline you have commented=20 > out, then if you use: >=20 > find /Users/toto -maxdepth 1 type -f | xargs grep -n "foo" >=20 > it should work (at least it works on the command line) >=20 > The problem is a permission problem and a type problem and a depth=20 > problem. > 1 - You could not search at depth 0 > 2 - You could not search files that are not regular files (I mean=20 > printer drivers, symbolic links, directories) with this syntax. Oh! Great help, lots of thanks.=20 I was fiddling in the getline function and was unable to fix it. > See if it works on BSD with this syntax (maxdepth >=3D1 and obligatory),=20 > type -f (silently added). Will do it right now. Thanks again. --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |