![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| 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 | UNIX for Dummies Questions & Answers | 4 | 05-15-2006 05:36 AM |
| 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 including subdir. Any advice? Thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
For Directory length, u can use the follwing command :
du -k It gives the length including all the sub-directories. ratan |
|
#3
|
|||
|
|||
|
I use du command and get the answer which I need!
du -sm Thanks in advance! |
|||
| Google The UNIX and Linux Forums |