This is one is quick but very helpful
ls -laR | wc -l
With that, you will count all files under the current and subdirectories.
This is one is quick but very helpful
ls -laR | wc -l
With that, you will count all files under the current and subdirectories.