I’m trying to find all *.cpp, using find files under current directory, which do not contain spaces in neither dirname nor basename. I understand I need to use -wholename flag, but I can not find an appropriate regex syntax.
I’m trying to find all *.cpp, using find files under current directory, which do
Share
Use
findwith a regex: