Find Number of mp3 files in a directory

To Find Number of mp3 files in a directory,

I got this,

ls | grep .*.mp3 | wc -l


Thanks,
Srikanth

Comments

Popular posts from this blog

Install Cpanm module error : No such file or directory opening compressed index

How to increase Elasticsearch Shard recovery Speed

Getting started with Python Flask application with MVC structure