If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From: Lucky Leavell <scomisc@unixpress.com>
Subject: Find Largest Files
Date: Sat, 12 May 2001 10:55:01 -0400 (EDT)
Recently a single line script was posted to UGU to list the largest files
in a filesystem in order of descending size. The script worked as posted
on AIX but required tweaking for SCO OSR5 and UW7. Here 'tis for your
edification and enjoyment:
OSR5:
find $1 -type f -size +2048 -xdev -exec ls -s {} | /bin/sort -brut " "
UW7:
find $1 -type f -size +2048 -xdev -exec ls -s {} + | /bin/sort -nr
I placed the script in /usr/local/bin and removed the pipe to "more" in
the published version to allow redirection to a file. I also arbitrarily
added the "-size +2048" to the find command to limit the list to files of
1 Mb or larger; you may modify or remove as desired.
Thank you,
Lucky
Lucky Leavell Phone: (800) 481-2393 (US/Canada)
UniXpress - Your Source for SCO OR: (812) 366-4066
1560 Zoar Church Road NE FAX: (812) 366-3618
Corydon, IN 47112-7374 Email: lucky@UniXpress.com
WWW Home Page: http://www.UniXpress.com
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)

| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 2 | 16 | 46 | 2,222 | 12,304 |
/Bofcusm/1152.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Add your comments