[Github-comments] [geany/geany] Find in Files not search in symlink folders (#1364)

elextr notifications at xxxxx
Fri Jan 13 12:18:16 UTC 2017


Find in files runs the `grep` program.  If you select the `recursive` option the `-r` option is passed to grep.  The `-r` option does not follow symlinks (on Linux or Windows).  On Linux the `-R` option follows symlinks, and I presume it does on windows too.  So set the `recursive` option off (to remove the `-r` ) and add `-R` to the `extra options` and see if it works.  If it doesn't work check that your copy of grep works in the command line with that option.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1364#issuecomment-272430522
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170113/b67ba982/attachment.html>


More information about the Github-comments mailing list