1、find . -type f |wc -l2、find . -type f |xargs ls -l3、find . -type f -exec ls -l {} \;4、find . -size +10M -exec ls -l {} \;5、find . -type f -print|