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, view it on GitHub, or mute the thread.