If you work on the Linux command line, you will be familiar with the du
command. Knowing commands like du
, which returns information about disk usage quickly, is one of the ways the command line makes programmers more productive. Yet if you're looking for a way to save even more time and make your life even easier, take a look at dust, which is du
rewritten in Rust with more intuitiveness.
read more