# Examples ```bash # All .py and .md files not beginning with R find . -not -name R\* \( -name \*.py -or -name \*.md \) ``` # Resources * [cyberciti](https://www.cyberciti.biz/faq/find-command-exclude-ignore-files)