> du -hd1 | sort -h > then 'cd' into a likely candidate directory and repeat.
Hmmm here's what I do instead:
du | sort -n | tail -n 100
-- Stefan
> du -hd1 | sort -h > then 'cd' into a likely candidate directory and repeat.
Hmmm here's what I do instead:
du | sort -n | tail -n 100
-- Stefan