Is there any way to specify files with no extension when doing Find/Replace in files?
For example:
File1.java
File2.h
File3.sh
File4
File5
File6.doc
I can easily specify “*.java”, “*.h”, “*.sh” etc as the files to replace in, however if I do “*.”, it does not find File4 and File5, and if I use “*” on it’s own, I get all files, not just ones with no extension.
Any suggestions?
Thanks,
Nick