Skip to content

Find

findΒΆ

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