centos get count
Posted by Albert 4684Day 23Hour 55Min 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
==============================================