Determines the search utility used by Grep searches in the Search Files tool in the LispWorks IDE.
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.