Find find file type & grep it¶ find . -name \*.md -print0 | xargs -0 grep runner find . -type f -print | xargs grep "example" Comments