All Manuals > LispWorks User Guide and Reference Manual > 40 The LISPWORKS Package

NextPrevUpTopContentsIndex

*grep-command-format*

Variable
Package

lispworks

Summary

The format string used to construct the arguments passed to the Search Files tool to perform a Grep search.

Initial value

"cd '~a'; ~a ~a ~a /dev/null" on non-Windows platforms.

"~a ~a ~a NUL" on Windows.

Description

On non-Windows platforms, the first format argument is the current directory.

The remainder of the format arguments are:

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

See also

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


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex