![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| know the size of database | megh | HP-UX | 1 | 07-19-2008 08:06 AM |
| Recursively find and change Permissions on Man pages | altamaha | Security | 5 | 03-25-2008 06:00 AM |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 06:48 AM |
| command(s) to find size of mysql database? | sbourgeois | UNIX for Dummies Questions & Answers | 4 | 06-12-2006 12:40 AM |
| database image size | ppass | SUN Solaris | 6 | 05-31-2005 08:48 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
find the size of a database by counting all the used pages
Hi all,
I am looking to find the size of the database by counting all the used pages. 1. I have a file which reads like below 16384 4750850 32768 165 The first column is the pagesize and the second column is the number of pages associated. So what i am trying is to do is read the file and put the values in 4 variables A,B,C,D....if A = 16384 then E = $A * $B(4750850) So how do i read 16384 into A and so on.... thanks in advance |
|
||||
|
you rock
you rock bud...thnx a ton
|
| Sponsored Links | ||
|
|