Search Results

Search: Posts Made By: RudiC
4,804
Posted By RudiC
That is an "abbreviated if construct" in recent...
That is an "abbreviated if construct" in recent bash (and other recent shells). If the result of the [[ ... ]] compound command is true, the && command is executed, if false, the || command.
cf....
4,804
Posted By RudiC
With a recent bash, try[[ "$(tail -${LEFT_OVR}...
With a recent bash, try[[ "$(tail -${LEFT_OVR} color.txt | tr '\n' ' ' )" =~ "$color" ]] && echo good || echo bad
4,804
Posted By RudiC
With LEFT_OVR=4, trytail -${LEFT_OVR} color.txt |...
With LEFT_OVR=4, trytail -${LEFT_OVR} color.txt | { while read CND; do CMD+="[ color = $CND ] || "; done; echo ${CMD% || }; }
[ color = Yellow ] || [ color = White ] || [ color = Pink ] || [ color =...
Showing results 1 to 3 of 3

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