which operator can be used to combine more than one condition in shell script
Answers
Answered by
0
Unix and Linux are the operators
Answered by
0
Logical OR & AND operators can be used to combine more than one condition in shell script.
Explanation:
- The logical OR & AND operations could be find useful in implementing multiple conditions in a program or scripts.
- Logical OR is an operator which can be used between two or more multiple conditions. This operator returns true, if any one of the conditions turn true.
- Logical AND is an operator that can be used between two or more conditions. This operator returns true only if all the conditions are true else false.
Learn more about Logical Operators
What is the difference between arithmetical and logical operators in Java?
https://brainly.in/question/2080163
Find the difference between logical and relational operator.
https://brainly.in/question/5900936
Similar questions