find

find . -print | xargs grep " "
find . -name "*" -print
find . -name "*.h" -or -name "*.cpp"

댓글 없음: