Search Results

Search: Posts Made By: chebarbudo
4,243
Posted By chebarbudo
Thanks drl, Never used ksh before. Just gave...
Thanks drl,

Never used ksh before. Just gave your code a test and it does what I want.

Cheers
Santiago
1,182
Posted By chebarbudo
Hi general_franco, If you want to manually...
Hi general_franco,

If you want to manually force arguments, you can use :
set -- -dbversion 11.2.0.4.0 -type backup -host testhost
while [ -n "$1" ]; do

Regards
Santiago
2,717
Posted By chebarbudo
Hi, The seconds file is NOT a bash file....
Hi,

The seconds file is NOT a bash file. It's an expect file.
You should call it with /usr/bin/expect -f dlinkreboot.sh instead of /bin/bash dlinkreboot.sh

Regards
Santiago
1,665
Posted By chebarbudo
I'm used to use local in all my bash functions...
I'm used to use local in all my bash functions just to make sure I'm not messing with variables from the parent script. My workaround to make scripts compatible with bash-3 and bash-4 is :
foo:~#...
4,409
Posted By chebarbudo
You're really NOT making it easy by not copying...
You're really NOT making it easy by not copying an example of what your file could look like! What is your problem with that? If I understand well, the Select count(*) statements are buried in the...
Showing results 1 to 5 of 5

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