Search Results

Search: Posts Made By: aderamos12
2,828
Posted By aderamos12
Just an additional information. One rule in the...
Just an additional information. One rule in the comparison. b is always greater than RC. But this rule will change if the first 4 numbers of the version is greater than the old one. Do you have any...
2,828
Posted By aderamos12
Compare 2 Strings
I have 2 values V_1_4_4_b1 and V_1_5_1_RC_b1. I would need to compare them and determine if the 1st value is greater, less or equal
than the 2nd value. The result should need to have a return...
2,528
Posted By aderamos12
Passing variable value in a function to be used by another function
Hello All,

I would like to ask help from you on how to pass variable value from a function that has been called inside the function. I have created below and
put the variables in " ". Is...
993
Posted By aderamos12
Thanks for the reply. Will it not be an...
Thanks for the reply.

Will it not be an endless loop if I will not put a counter to it? Or an end of file flag?
993
Posted By aderamos12
Shell Script that reads a file
I have below script to read a file line by line. How can I ensure that the loop will stop after last line.

#!/bin/bash
while read -r mod ver tarball; do
echo $mod
done <...
7,021
Posted By aderamos12
Hello MaidinGermany, I re-write my code as...
Hello MaidinGermany,
I re-write my code as below, please advise if this is ok. Thanks.
#!/bin/sh -fb
cd $ORACLE_HOME/owb/bin/unix/
./OMBPlus.sh
source...
7,021
Posted By aderamos12
thanks MadeinGermany.... I will try this.... ...
thanks MadeinGermany.... I will try this....

The error I am getting is that after executing ./OMBPlus.sh....
it just stops there and do not do the cd command that I need to do.
7,021
Posted By aderamos12
Running .sh file inside a shell script
Hello,

You might help a newbie like me, I am trying to run a .sh inside my shell script. After running that I need to execute below commands. Here's how my scripts looks like. Hope you can help:...
Showing results 1 to 8 of 8

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