Re: How to clean up the file system? - 3 solutions -



On Mon, 03 Apr 2006 12:05:40 +0200, Merlin wrote:
thank you John. That workes with 1024. Is there a possiblity to get the file
size listed as well. For the moment I do only get the names of the files lis
not the file size as well.

find / -size +1024 -exec ls -l {} \;

JohnK
.