Search Results

Search: Posts Made By: Gl@)!aTor
1,387
Posted By Gl@)!aTor
Hey , thank you but I got it using a...
Hey ,
thank you
but I got it using a different approach

I used counter variable to count running using PID ..

then i executed next processes using loop , condition for loop being :
...
1,387
Posted By Gl@)!aTor
hi tnx to u i have learned xargs command.. ...
hi
tnx to u i have learned xargs command..
bt u knw d problem is not with how many scripts (arguments here ) i run at a time..
The problem is i cant run the next process before the previous...
1,387
Posted By Gl@)!aTor
CPU optimization
hi guys ,

I have 10 scripts
suppose 1.sh , 2.sh ,3.sh ,4.sh ......10.sh
each takes some time ( for instance 2 minutes to 40 minutes )

my server can run around 3-4 files at a time
suppose,...
1,877
Posted By Gl@)!aTor
assigning value of a expression to a variable
eval echo \$tts_space_name$count
i m getting output of this stmnt as
'TBS_ADOX_EXTR3'
but,

I m not able to assign this value to a variable .

i tried
export j=`eval echo...
1,800
Posted By Gl@)!aTor
dynamic thread in grep
hi




name$count = some dynamic value

now i want to use dat dynamic value in grep so how m i supposed to do dat



i tried

`grep $(name$count) source`
...
4,652
Posted By Gl@)!aTor
dynamic string searching for grep
hi my code is something like





count=0
echo "oracle TABLESPACE NAME nd TARGET"

while [ loop condition ]
do
count=`expr $count + 1`

...
1,236
Posted By Gl@)!aTor
importing variables from 1 file to another
hi
i want to retrieve talespace, datafile's path , size and another size in following querry in shell



Create Tablespace 'A' Datafile 'Some
Path' Size '10G' extent management Local uniform...
Forum: Programming 09-20-2012
2,148
Posted By Gl@)!aTor
converting data from excel sheet to oracle using toad
guys i have data in excel sheet , how do i convert that data to database table
712
Posted By Gl@)!aTor
for loop
suppose i have 1 variable as

a= a1,b1,c1,d1

now i want to use
value of a in 1 statement without writing it 4 times as
exec tablename (a1,'true','true')
exec tablename (b1,'true','true')
...
1,836
Posted By Gl@)!aTor
ignoring case
in if clause , how 1 can ignore case (i.e. small or capital) ny suggestions?
1,045
Posted By Gl@)!aTor
how to assign more than 1 variable value from 1 common shell to many other shell files
i have 1 file say
LogDirectory='/var/tmp/logs'
DataDirectory='/var/tmp/data'
DBUSER='scott'

now i want to access these variables in many files where
#!/bin/bash
${DBUSER} , ${DataDirectory} ...
Showing results 1 to 11 of 11

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