技术小黑屋

How to Sum the Number of Files or Folders in a Folder

I once had a request to sum the number of files in a specific folder.After googling I found the command wc could help me out.
wc – print newline, word, and byte counts for each file. And I think wc is short for Word Count.Please have a detailed information by visiting http://linux.about.com/library/cmd/blcmdl1_wc.htm if you have the desire.
Ok,Let’ get the total number of files(including folders) in a specific folder

1
20:56:08-androidyue/tmp$ ls | wc

Well,the following command will sum the number of pure files(Not including folders)

1
20:58:27-androidyue/tmp$ ll | grep ^- | wc

However how to sum the number of pure folder?The following command will help.

1
21:00:20-androidyue/tmp$ ll | grep ^d | wc




快来解锁最新版 Typora,新用户券后仅需 84 元!
如何便宜的购买 office 365 ?
新版赤友 NTFS 助手来袭,正版超低价