find . -name '*.foo' -exec cat {} \;
INFO: http://stackoverflow.com/questions/864316/how-to-pipe-list-of-files-returned-by-find-command-to-cat-to-view-all-the-files
find /home -size +10000k
find . -name '*.rb' -printf '%s %p\n' | sort -nr | head