Re: [cssed-devel] Plugin problems in BSD and MacOsX
Brought to you by:
iagorubio
From: <mic...@ea...> - 2004-09-10 16:12:07
|
Le 10 sept. 2004, =E0 17:56, Iago Rubio a =E9crit : > The find in files plugin is being fixed and I expect a working update > tomorrow. I'm waiting for it :-) =46rom my investigation, it works with the getline you have commented=20= out, then if you use: find /Users/toto -maxdepth 1 type -f | xargs grep -n "foo" it should work (at least it works on the command line) 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. See if it works on BSD with this syntax (maxdepth >=3D1 and obligatory),=20= type -f (silently added). Mich=E8le <http://micmacfr.homeunix.org> |