I found a useful CLI command to count the number of files in my directory.
ls -Ra1 /usr|grep -v /|grep -vx ""|grep -vx "\.*"|wc -l
I found a useful CLI command to count the number of files in my directory.
ls -Ra1 /usr|grep -v /|grep -vx ""|grep -vx "\.*"|wc -l