The format string used to construct the arguments passed to the Search Files tool to perform a Grep search.
lispworks
"cd '~a'; ~a ~a ~a /dev/null"
on non-Windows platforms and "~a ~a ~a NUL"
on Windows.
The variable *grep-command-format*
is a format string used to construct the arguments passed to the Search Files tool to perform a Grep search.
On non-Windows platforms, the first format argument is the current directory.
The remainder of the format arguments are:
nil
, the value of (sys:lispworks-file "etc/grep")
.See the LispWorks IDE User Guide for more information about the Search Files tool.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41