Search Results

Search: Posts Made By: Rediranch
2,085
Posted By Rediranch
We have a configuration script - and we have used...
We have a configuration script - and we have used the type of approach you are talking about. However, that means that the environmental scripts are not IDENTICAL between the regions, which is...
2,085
Posted By Rediranch
Best practice - determining what region you are on
Hello all,

I have a question about what you think the best practice is to determine what region you are running on when you have a system setup with a DEV/TEST, QA, and PROD regions running the...
3,117
Posted By Rediranch
Thanks, vgersh99. Not sure what all your...
Thanks, vgersh99.

Not sure what all your statements do, but it does work.
3,117
Posted By Rediranch
Of course, as soon as I post this, the guy here...
Of course, as soon as I post this, the guy here at work that I asked, who had no idea, came up with something that worked.....

INPUT_VAL=$1



if [[ ${INPUT_VAL%${INPUT_VAL##Q01}} = "Q01" ]];...
3,117
Posted By Rediranch
Pattern searching inside Variable - not looking at files
Hi,

I've searched this site and not found this already, so if I missed on my search, sorry.

I need to pass in a variable to a script, where the first three characters of that variable represent...
Showing results 1 to 5 of 5

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