Get the number of files in a directory
Posted on In QAHow to the number of files in a directory
ls | wc -l
works well for me.
http://stackoverflow.com/questions/3702104/find-the-number-of-files-in-a-directory
Tutorials and news on Linux, systems, programming and more.
How to the number of files in a directory
ls | wc -l
works well for me.
http://stackoverflow.com/questions/3702104/find-the-number-of-files-in-a-directory