Search Results

0
votes

Tracking down where disk space has gone on Linux?

I can't take credit for this, but I found it just yesterday: $ find <path> -size +10000k -print0 | xargs -0 ls -l …