Search Results

Search: Posts Made By: gdan2000
3,969
Posted By gdan2000
many thanks this is exactly what I was...
many thanks

this is exactly what I was looking for...
3,969
Posted By gdan2000
This is exactly the problem I do want the...
This is exactly the problem

I do want the first element to be with hyphen since all script arguments including hyphen.

What is the way to do it ?
3,969
Posted By gdan2000
Problem to initialize ksh array when first element includes hyphen
Hi

I'm trying to create an array with variable including hyphen

but ksh refuses the first element

set -A allArgs
set +A allArgs ${allArgs[@]} -all
set +A allArgs ${allArgs[@]} -date
set...
13,317
Posted By gdan2000
the question is how I can implement it in bash...
the question is how I can implement it in bash script...
13,317
Posted By gdan2000
using jdbc:thin in bash
Hi

I want to include in my script a test for DB connection with jdbc:thin connection string(not using tnsnames.ora)

For example:...
2,454
Posted By gdan2000
thanks, but this solution is missing the point ...
thanks, but this solution is missing the point

a1,a2 variables are just an example. I want to use indexes 1,2,3... to append to other variables as well, e.g. c1,c2,c3.

And I don't want to use...
2,454
Posted By gdan2000
Multiple variable substitution in one line
Hi,

I want to get content of a$i variables with one command:

a1=/tmp1.log
a2=/tmp2.log

for i in 1 2;do
log=<some code>
echo $log
done

and get the content of a1 and a2:
/tmp1.log...
19,370
Posted By gdan2000
Thanks for advice I found two good articles...
Thanks for advice

I found two good articles with suitable solution

Cateee: shell: parallel execution with timeouts...
19,370
Posted By gdan2000
control timeout of sqlplus process
Hi,

I'm using simple sqlplus to test DB availability.

When DB is going down, sqlplus command is hang for a few minutes

I want to implement the following:

1. execute sqlplus
2. if after...
Showing results 1 to 9 of 9

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