NextPrevUpTopContentsIndex

*grep-command-format*

Variable
Package

lispworks

Summary

The format string used to construct the arguments passed to the search utility in the Grep tool.

Initial Value

"cd '~a'; ~a ~a ~a /dev/null" on Unix/Linux/Mac OS X.

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

Description

On Unix/Linux/Mac OS X the first format argument is the current directory.

The remainder of the format arguments are:

See the Common LispWorks User Guide for more information about the Grep tool.

See also

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


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex