Skip to content

reads output of du from stdin and graph usage in cli.

Notifications You must be signed in to change notification settings

retux/du-cli-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

du-cli-graph

Example: $ du -kcd 1 /home/start/dir/ | sort -rn | head -n 20 | ./du-graph.py

Or use provided wrapper script:

$ dir-usage.sh /home/matias/ramos_linux/ 20

Usage:

$ dir-usage.sh <initial_directory> <no. of top directories>

About

reads output of du from stdin and graph usage in cli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published