why the cygWin grep gives error? -
why the cygWin grep gives error? -
i trying recursively search below string in c# files. why gettig error? took me lontime install cygwin , have been using unix forever, not acting unix's grep. noteworthy using cygwin windows7. thanks
grep -r 'new iintf' *.* grep: *.*: no such file or directory grep -r 'new iintf' *.cs grep: *.cs: no such file or directory
there may no files matching *.*
in current directory. perhaps mean grep -r 'new iintf' .
grep cygwin
Comments
Post a Comment