Re: finding large files
a1b3r7a_lady_at_salmahayeksknockers.edu
Date: 06/24/03
- Next message: Frank Slootweg: "Re: Read UNIX mbox files on Windows?"
- Previous message: Elias: "Re: Can I log into a HP box from a Sun??"
- In reply to: R.A. Duerinck: "finding large files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 Jun 2003 07:21:59 GMT
R.A. Duerinck <rdk@zeelandnet.nl> wrote:
> I keep having problems with my filesystem, I often run out of diskspace. I
> want to know if its possible to find "large" files on my filesystem.
Search for 1MB+ files w/in a particular filesystem, and list in order from
smallest to biggest:
find / -xdev -size +2000 -exec ls -s {} \; |sort -n
--
.............................................................................
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety"
- Benjamin Franklin
.............................................................................
dswan@m3m3t1ccand1ru.com http://www.memeticcandiru.com
- Next message: Frank Slootweg: "Re: Read UNIX mbox files on Windows?"
- Previous message: Elias: "Re: Can I log into a HP box from a Sun??"
- In reply to: R.A. Duerinck: "finding large files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|