![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ascending & Descending order numbers | pravani1 | Shell Programming and Scripting | 6 | 06-03-2008 08:43 AM |
| Disk Usage | harikamamidala | Shell Programming and Scripting | 4 | 08-16-2007 03:22 PM |
| disk usage (df vs du) | gfhgfnhhn | UNIX for Advanced & Expert Users | 8 | 09-23-2006 09:06 PM |
| disk usage | karthikosu | UNIX for Dummies Questions & Answers | 2 | 06-29-2006 04:48 PM |
| Disk usage (Mac OS 10.4) | H1tokori | UNIX for Dummies Questions & Answers | 5 | 12-05-2005 07:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
with a little help from the sort man page OS: solaris Ver: 7 Hardware: ultra 5 Code:
for i in `awk -F":" '{ print $1 }' /etc/passwd`;do
du -s `find . -user $i`|sort -nr
done
Last edited by Optimus_P; 09-14-2001 at 11:31 AM.. |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|