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

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -