IT Placement Papers Operating System Shell Scripting
This category contains Shell Scripting Interview Questions and Answers |
How do you do Boolean logic operators in shell scripting?
|
|
|
|
|
! tests for logical not, -a tests for logical and, and -o tests for logical or.
Only registered users can write comments. Please login or register.
|