![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple conditionals in a while loop | santeria | Shell Programming and Scripting | 8 | 05-01-2008 12:41 PM |
| retrieved multiple lines on multiple places in a file | dala | Shell Programming and Scripting | 8 | 03-14-2008 03:28 PM |
| Log successful unix conditionals | kadi | Shell Programming and Scripting | 4 | 12-17-2007 03:21 PM |
| Using arrays with conditionals | myndcraft | Shell Programming and Scripting | 1 | 12-03-2007 08:59 PM |
| ideas for perl script - strings,conditionals..etc | sharatz83 | Shell Programming and Scripting | 4 | 09-18-2006 12:47 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Multiple Conditionals
Yet another question. I want to make something like this:
if [ $number1 -le 10 ]||[ $number2 -le 10 ]&&[ $number3 -le 10] then ... fi but that apparently is not right. I want either the first condition to be true OR the second AND third conditions to be true for the "then" to be processed. How can I do this? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|