The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-25-2008
Khoomfire Khoomfire is offline
Registered User
 

Join Date: Aug 2005
Posts: 64
Sorted -
if [[ $a = 1 ]] || [[ $b = 2 ]] || [[ $c = 3 ]]; then
...
Reply With Quote