![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hard disk usage is 100% Busy for any command | npcrao | AIX | 3 | 11-14-2007 03:18 AM |
| Usage find command | raman1605 | SUN Solaris | 2 | 08-04-2007 10:45 PM |
| Disk Usage in Unix | Shilpi | Shell Programming and Scripting | 3 | 08-03-2007 05:14 AM |
| find command usage | zp523444 | UNIX for Advanced & Expert Users | 1 | 11-28-2005 09:33 PM |
| disk usage command on unix? | gandoura | UNIX for Dummies Questions & Answers | 3 | 10-22-2005 11:55 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Disk Usage in GB and Unix command to find the biggest file/folder
Hi All,
Please help me out 1) Command to find the disk usage in GB. I know that du -k will give in kilobites. 2) How to find the Biggest file/folder in a given set of files/folders. Thanks in advance Regards, Manas |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Quote:
Quote:
hth, DN2 |
|
#3
|
||||
|
||||
|
Quote:
Code:
du -kh |
|
#4
|
|||
|
|||
|
Quote:
Code:
du -sk * | sort -nr | more |
|
#5
|
|||
|
|||
|
Hi All,
Thanks for your valuable inputs. Manas |
|
#6
|
|||
|
|||
|
du command
Hi
Try to du -g -s * Regards Thembela South Africa |
|
#7
|
||||
|
||||
|
Neither ...
` du -g -s * ` or ` du -kh * ` work under HP-UX. ' du -sk * | sort -nr | more ` worked a treat. |
||||
| Google The UNIX and Linux Forums |