FindNearFiles
Search for files that were created within a short amount of time of each other
Usage
Usage: > FindNearFiles.py [/?] | [/r] [/tSEC] [path] /? - help - this screen /r - recursive search (default: non-recursive) /tSEC - time between file timestamps (default: 5 seconds) path - path to search (default: current directory) use ** to include subdirectories e.g.: > FindNearFiles.py /r /t60 ..\Pictures\**\*.png -> search in "..\Pictures" and all of its subdirectories for PNG files that were created within a minute of each other
Download
Description
This program makes it easy to find files that were created shortly after one another. This makes it easier to sort through a pile of screenshots or downloaded files to weed out extraneous files.