Skip to content

Crawl a filesystem path recursively and display relevant stats that you might find useful

License

Notifications You must be signed in to change notification settings

daltschu22/crawlinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crawlinator

usage: crawlinator.py [-h] [-f] [--old-rollup x days] [--size-histogram]
    	              [--suppress-failures] [--top-files [x largest files]]
            	      [-m | -c]
                  		/filesysem/path

Find stale dirs

positional arguments:
	/filesysem/path       Filesystem path

optional arguments:
	-h, --help            show this help message and exit
	-f                    Display sizes/times in a human friendly manner
	--old-rollup x days   Scan filesystem for directories with files older than
             		       # of days
	--size-histogram      Display sizes of files in a histogram
	--suppress-failures   Supress failures from the output
	--top-files [x largest files]
             		       Return the x largest files in the scan
	-m                    Use m_time instead of a_time
	-c                    Use c_time instead of a_time

About

Crawl a filesystem path recursively and display relevant stats that you might find useful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages