Re: [cssed-devel] cssed-findinfiles-plugin: some problems
Brought to you by:
iagorubio
From: <mic...@ea...> - 2004-09-14 10:08:40
|
Le 14 sept. 2004, =E0 10:10, Iago Rubio a =E9crit : > On Mon, 2004-09-13 at 21:39, Mich=E8le Garoche wrote: >> Le 13 sept. 2004, =E0 15:08, Iago Rubio a =E9crit : >> Besides, it will be a nice plus: you can search by selecting a word = or >> by entering a word in the search field, very useful when you want to=20= >> be >> sure that a term does not exist in a file for example. > You can do it right now. If you can't do it, it's a bug. > Just type something in the search term entry and click "Find". I only can do it if the base directory is set to the document's path. What I mean here is when using the contextual menu in the document and=20= the search in file base's. >>> Test fix in CVS. >>> Patch attached. >> I've not integrated it since it freezes completely find on the = command >> line. > Does this command line freezes find (in a shell) ? > find `pwd` -print0 -type f -maxdepth 1 | xargs -0 grep -n term It seems too, already 10 minutes running, just because in the search=20 directory there is a pipe, and it freezes at this level. ... drwxr-xr-x 21 michga michga 714B 29 jui 11:39 .lyx/ prw-r--r-- 1 michga michga 0B 29 jui 08:44 .lyxpipe.in| prw-r--r-- 1 michga michga 0B 29 jui 08:44 .lyxpipe.out| -rw-r--r-- 1 michga michga 28B 3 jan 2004 .mailcap ... It reads ok up to .lyx, then freezes, but the ouput is not very useful: ... grep: /Users/michga/.gconf: Operation not permitted grep: /Users/michga/.gconfd: Operation not permitted /Users/michga/.gdb_history:1:file=20 /sw/src/cssed-0.2.1-17/cssed-0.2.1/src/cssed grep: /Users/michga/.gimp-1.2: Operation not permitted ... Mich=E8le <http://micmacfr.homeunix.org> |