The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
If with set operators
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
If with set operators
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-25-2008
Khoomfire
Registered User
Join Date: Aug 2005
Posts: 64
Sorted -
if [[ $a = 1 ]] || [[ $b = 2 ]] || [[ $c = 3 ]]; then
...
Khoomfire
View Public Profile
Find all posts by Khoomfire