Help for this page
find path -type f -print0 | xargs -0 some_command -opts
$ cd /tmp $ mkdir test ... # check that this really worked: $ find . -type f