Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

This q/a shows how to use find with regular expression: How to use regex with find command?How to use regex with find command?

Pattern could be something like

'^Robert\\.\\(h|cgg\\)$' 

This q/a shows how to use find with regular expression: How to use regex with find command?

Pattern could be something like

'^Robert\\.\\(h|cgg\\)$' 

This q/a shows how to use find with regular expression: How to use regex with find command?

Pattern could be something like

'^Robert\\.\\(h|cgg\\)$' 
added 134 characters in body
Source Link

I would tryThis q/a shows how to use find with regular expression: How to use regex with find command?

Pattern could be something like

find . -name 'Robert.h' -o -name 'Robert'^Robert\\.cpp'\\(h|cgg\\)$' 

I would try

find . -name 'Robert.h' -o -name 'Robert.cpp' 

This q/a shows how to use find with regular expression: How to use regex with find command?

Pattern could be something like

'^Robert\\.\\(h|cgg\\)$' 
Source Link

I would try

find . -name 'Robert.h' -o -name 'Robert.cpp'