|
hey one more thing greffov. How can I put a regular expression inside the -name paramater. Or is that impossible. If not I can always pipe it into grep but I would like to do something like this but its not working.
find . -name "*\.(html|php)" -print
|