Skip to content

Display disk space usage on Linux machines for a specified directory

Notifications You must be signed in to change notification settings

BulkBeing/disk_usage_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

disk_usage_analyzer

Display disk space usage on Linux machines for a specified directory

To reduce the number of unnecessary repetitions of directories, the script prints a directory only if ALL of the below conditions are satisfied:

  1. Size should be greater than zero
  2. Should have a data greater than 1GB excluding the sub directories whose size is greater than 1GB.
  3. Conditions 1 and 2 applies recursively for sub directories.

About

Display disk space usage on Linux machines for a specified directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages