Search Results

Search: Posts Made By: family_guy
1,832
Posted By family_guy
i am using db2 for this 1. i have all the...
i am using db2 for this

1. i have all the tables in a file export.sql
2. i use the below script to print all the export statements to another file

cat export.sql|while read tn
do
...
1,832
Posted By family_guy
The above mentioned operation prints individual...
The above mentioned operation prints individual export commands into a different file which is run against the database.

But with this approach i am not having any control on restarting the job as...
1,832
Posted By family_guy
Export table and restart from last table
Hello all,

Thank you in advance for reading my post and helping me..

Scenario:

I have 50 tables whose names are in a file export.sql, i use the below command to export all these tables one...
1,904
Posted By family_guy
thank you
thank you
1,904
Posted By family_guy
check for a file and run some commands
Hi all,

Can you guys please help me with this...

I am on AIX and need to prepare a script which will

1. check for a file named do_backup in the current file system
2. If the file exists...
3,489
Posted By family_guy
works
it worx ...thnk you
3,489
Posted By family_guy
cannot execute the input script
1) *sh
choose a script: bp
all_scrt[4]: ./: 0403-006 Execute permission denied.


bp is having 777 permissions to execute
3,489
Posted By family_guy
script to ask the user to select a number
hi all,

I have 4 scripts which i would need to run
1. BP.sh
2.DB.sh
3.LK.sh
4.TB.sh

I would like write a script which would ask the user to select a number from 1-4 accordingly and run...
2,856
Posted By family_guy
you rock
you rock bud...thnx a ton
2,856
Posted By family_guy
How can i get the grand total? awk...
How can i get the grand total?

awk '{A=$1;B=$2;print A" x "B" = "A*B}' out
16384 x 4750850 = 7.78379e+10
32768 x 165 = 5406720


Looking for a total ( 7.7XXXX + 5406720)
2,856
Posted By family_guy
can you guide me in reading those values into...
can you guide me in reading those values into variables...like putting 16384 into A and 32XXX into B etc
2,856
Posted By family_guy
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...
1,505
Posted By family_guy
i am on AIX ....the filename would be something...
i am on AIX ....the filename would be something like this

filename06Mar09
1,505
Posted By family_guy
scripting dilema
I have a script which writes to a file using date and the end filename would be filename`date +%d%b%y. Now when i have 2 files ( 2 days ), i want to compare them using an automated script and then...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 08:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy