LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

*grep-command*

Variable
Package

lispworks

Summary

Determines the search utility used by Grep searches in the Search Files tool in the LispWorks IDE.

Initial Value

"grep" on Unix/Linux/Mac OS X/FreeBSD platforms.

nil on Windows.

Description

If the value is a string, it is the search utility to run in the Search Files tool.

If the value is nil , then the value of

(sys:lispworks-file "etc/grep")

is expected to be an executable, which is run. On Windows a suitable grep.exe is included with LispWorks in this location.

The search utility is passed arguments constructed using *grep-command-format* and *grep-fixed-args*.

See the LispWorks IDE User Guide for more information about the Search Files tool.

See also

*grep-command-format*
*grep-fixed-args*


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex