rmyster wrote:
On Thu, 2006-08-03 at 22:34 -0500, lostson wrote:
Hello I ran into this tonight when updating somethings, YAST says my /dev/hda1 is 96% full. I went looking for the culprit but can't seem to find it, anyone got any ideas, thanks.
You might check your trash directory. On KDE, look in ~/.local/share/Trash
A script that gives you a sorted list (Size of Files, largest at last) of a Path (f.e.: dus . List of files of the current directory and down the branches). #!/bin/sh du -k -x "$@" | sort -n | tail -100 I use it. W. -- +---------------------------------------------------------------------+ |Wolfgang Klameth | |Mail: klameth@wifo.ac.at oder wolfgang.klameth@chello.at | |A-1103 Wien - Austria http://www.wifo.ac.at/~klameth/ | +---------------------------------------------------------------------+