Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

file grep for lisp

10 REPLIES 10
Reply
Message 1 of 11
Anonymous
448 Views, 10 Replies

file grep for lisp

Anyone know of a good file grep utility to help me search through my lisp files? TIA.
10 REPLIES 10
Message 2 of 11
Anonymous
in reply to: Anonymous

Hi Jason,
What meaning of "grep" in my vocabulary book there is not of list,sorry.

wrote in message news:5493803@discussion.autodesk.com...
Anyone know of a good file grep utility to help me search through my lisp
files? TIA.
Message 3 of 11
Anonymous
in reply to: Anonymous

Hi Jason,

PSPad is a good editor with multiple file search/replace functions.

You can create projects which would include some/all your lisp files and
nothing else. Beats the hell out of Windows Explorer.
--

Regards,


Laurie Comerford
CADApps Australia
www.cadapps.com.au
www.civil3Dtools.com
wrote in message news:5493803@discussion.autodesk.com...
Anyone know of a good file grep utility to help me search through my lisp
files? TIA.
Message 4 of 11
Anonymous
in reply to: Anonymous

Jason Roper wrote:
> Anyone know of a good file grep utility to help me search through my lisp files? TIA.


I'm using the heavyweight approach and installed the Cygwin package.

http://www.cygwin.com

You get a near complete Unix tool set, so grep is included. This is the
GNU version of "real" grep, not some do-it-yourself partial
re-implementation, so all Unix tricks should work.

- I'm using it through GNU Emacs (Windows version, not the one in
Cygwin), so it fits seamlessly into my tools.

--
Message 5 of 11
Anonymous
in reply to: Anonymous

Adesu

Grep is a UNIX tool. Grep searches the input files for lines containing a match to a given pattern list. When it finds a match in a line, it copies the line to standard output (by default), or does whatever other sort of output you have requested with options.

Ron
Message 6 of 11
mkweaver01
in reply to: Anonymous

No need to buy or install software. From the VLIDE, do a search and specify files. The ide will search all the files matching your file mask in the folder you specify. The results are returned to the IDE where a double-click will open the file at the found location.

Mike Weaver
Message 7 of 11
Anonymous
in reply to: Anonymous

mkweaver wrote:
> No need to buy or install software. From the VLIDE, do a search and
> specify files. The ide will search all the files matching your file
> mask in the folder you specify. The results are returned to the IDE
> where a double-click will open the file at the found location.
>
> Mike Weaver

...unless you want to use regular expressions.
Message 8 of 11
mkweaver01
in reply to: Anonymous

You do have a point there.
Message 9 of 11
Anonymous
in reply to: Anonymous

Thank you mk,
That's what I needed. Just something simple for searching my lisps. If I do need a more complex grep in the future, I'll check out the others suggested. Thanks all.
Message 10 of 11
Anonymous
in reply to: Anonymous

Oh.. I see,thanks Ron for your help.

wrote in message news:5494317@discussion.autodesk.com...
Adesu

Grep is a UNIX tool. Grep searches the input files for lines containing a
match to a given pattern list. When it finds a match in a line, it copies
the line to standard output (by default), or does whatever other sort of
output you have requested with options.

Ron
Message 11 of 11
mkweaver01
in reply to: Anonymous

That is a feature a lot of people miss.
I'm glad to help.

Mike Weaver

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost