How I Built My Own Tool for Disk Space Cleanup
debamitro.github.io·15h

Backstory

Some years ago in my last job, a lot of us used to exceed disk space quotas. Which sometimes meant getting an email from the IT department asking us to reduce the disk space we were using on a particular hard drive. I guess this is pretty common. I remember I used to wonder what would be a better way to find out what to delete. Of course the standard ‘du -hsc’ command was all you needed, if you were patient enough to wait for it to finish. Many times I was not.

This is how I found out about two excellent replacements for du

I managed to build both of them by downloading the sources, and they were pretty good. Both of these tools were written in Rust, which increased my re…

Similar Posts

Loading similar posts...