Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 676 Bytes

filecounter

a tiny tool to find and count files with a given extension

Usage:

filecounter PATH EXTENSION (or eventually: python3 filecounter.py PATH EXTENSION )


This little thing is to show how many files of the given type (EXTENSION) are in the given directory with its subdirectories (PATH). The result is displayed as directories sorted from the directory that contains the most of the files to the directory with the least number of files with the extension.

It also provides the total number of files and directories where the files were found.

Considering to add a posssibility to search for file of many types at the same time.