Listing directories in order of size 2025-04-02 Is there any shell command that will list the largest directories in a directory? I've tried using du, but I haven't been able to get it to sort the data. Is there any other way to do it?