Answers

Question and Answer:

  Home  Shell Scripting

⟩ 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.

 156 views

More Questions for you: