I have the following folder structure: Similarly, Now, each folder from 00 to 23 has many files inside, which I would like to count. If I run this simple command: ls /A/B/C/D/E/00 | wc -l I can get the count of files in each of these sub directories. I want to automate this or get it iteratively. Also, the final