Scritp helps to search files of whitch only the approximate size is known. The script walks through a given folder and its subfolders or a complete filesystem and lists all containing files with filesizes in a givne boundarie (e.g. 10MB - 50MB) ordered by the filesize.
The results are printed to commandline but can also be saved to a textfile if desired.
Language: Python