Tracking down the disk usage on Linux Jan 18, 2016 ccao@ecvictor.com Blogs No comments yet A simple command to help you find how much disk space used under each folder: du -h <dir> | grep '[0-9\.]\+G'
Tracking down the disk usage on Linux Jan 18, 2016 ccao@ecvictor.com Blogs No comments yet A simple command to help you find how much disk space used under each folder: du -h <dir> | grep '[0-9\.]\+G'