![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to find a file named vijay in a directory using find command | amirthraj_12 | UNIX for Dummies Questions & Answers | 6 | 10-25-2008 01:37 PM |
| Find files size 0 within a directory | astonmartin | Shell Programming and Scripting | 3 | 02-07-2008 04:49 PM |
| Find the size of a directory | divz | Shell Programming and Scripting | 5 | 01-25-2008 01:57 AM |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 07:48 AM |
| How find size of directory | truth | HP-UX | 2 | 12-07-2005 09:12 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hi,
i am using korn shell............... Any one please help me in solving the below question: question: i need to find the size of the directory alone... let us assume /root/kamal/hash1 is the directory, now i want to find the hash1 size .. I tried below command but it is giving the size of all files in the folder.. ls -l /root/kamal/hash1 | awk '{print $5}' i need to find size of hash1 alone..... please help me in soving this .. thanks in advance..... kamal. |
| Bookmarks |
| Tags |
| need size of a directory alone |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|