I am Insane <[EMAIL PROTECTED]> writes:

> and/or how can i tell which files are the largest

Try
    find -x / -size +1000 -ls | sort -nr +6 | less
and maybe
    du -x / | sort -nr | less

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to