centos get count
Posted by Albert 5011Day 21Hour 29Min 13Sec ago [2012-06-22]
when you wish to get the file count number
==============================================
find -type f | wc -l
==============================================
when you wish to check the all document and files
==============================================
find | wc -l
==============================================