```
C:\Program Files (x86)\Geany\bin>echo Without name > "c:\666\example2.txt"

C:\Program Files (x86)\Geany\bin>grep -nHIiFR Without name C:\666
/Geany/bin/grep: name: No such file or directory
C:\666/777/example.txt:4:Without name
C:\666/example2.txt:1:Without name
```

This one is not finding `Without name`, its just finding `Without` see the 
first message, `name` was treated as a file to search in.

The second looks more correct.


-- 
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/1366#issuecomment-272614174

Reply via email to