![]() |
|
|
|
|
|||||||
| 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 |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 03:48 AM |
| more questions froma a dummy | cinnamonbear | UNIX for Dummies Questions & Answers | 2 | 08-29-2006 04:33 PM |
| Dummy Questions | slayer666 | UNIX for Dummies Questions & Answers | 8 | 08-17-2006 12:05 PM |
| Dummy questions about how to get the size of a directory by command | GCTEII | Shell Programming and Scripting | 2 | 05-14-2006 11:39 PM |
| Polling/Interrogate Directory Questions | dnidiffer | Shell Programming and Scripting | 1 | 06-14-2005 06:20 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dummy questions about how to get the size of a directory by command
Hi,
'ls -ld' is no use .... I want to get the total size of a directory. Any advice? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
man on df. I guess size can be determined by df <dir_name>
|
|
#3
|
|||
|
|||
|
No such format by df, df isn't used for directory but device instead
|
|
#4
|
||||
|
||||
|
Man the du command
|
|
#5
|
||||
|
||||
|
Code:
du -sk /dirpath |
||||
| Google The UNIX and Linux Forums |