daltschu22 / crawlinator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%