On Fri, 12 Mar 2021 18:13:51 +0200 Andrei POPESCU <andreimpope...@gmail.com> wrote:
> On Vi, 12 mar 21, 09:02:23, Charles Curley wrote: > > On Fri, 12 Mar 2021 10:45:22 -0500 > > Mitchell Laks <debianuser2...@gmail.com> wrote: > > > > > I recently upgraded a system that uses sid and the /home partition > > > filled. > > > > I find "du | sort -n" useful in such situations. Start at /home and > > work your way down. > > My personal favorite: > > du -hx --max-depth=1 <path> | sort -h As someone else mentioned in this thread, 'ncdu' is very convenient for disk usage exploration, due to its interactive, navigable interface. Celejar