Search Results

Search: Posts Made By: h1kelds
1,185
Posted By RudiC
Methinks you want to use if [[ "${SERV_TYPE}"...
Methinks you want to use
if [[ "${SERV_TYPE}" == "sapapp+oradb" || "${SERV_TYPE}" == "sapapp" ]]; then
20,021
Posted By MadeInGermany
Nested `commands` are problematic. While ksh...
Nested `commands` are problematic.
While ksh and bash allow the \ escape of the inner back-ticks, you have found the $(commands) that can be properly nested.
The csh does not even allow the \...
Showing results 1 to 2 of 2

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