My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 21, 2008 by urzenia
disksize  
recursively scan given path and count it's size (return list of big files etc)

Introduction

disksize is easy way to find all files or directories what are stealing our hard disk space. After complete read of given path, display list of all files and directories which are bigger then given threshold.

Use

disksize [-n|--no-human] [-o|--output -] [-t|--threshold 1M] [-s|--show-omitted] [-x|--exclude *str*] [-d|--debug] [-l|--follow-links] [-r|--exclude-regexp ^regexp$] path


Sign in to add a comment
Hosted by Google Code