Use compound tests within if statements in ksh scripts
How to use compound tests within if statements in ksh scripts New to Unix or simply interested in learning more about the Korn shell? In this installment from his series of videos dedicated to the fundamentals of using the Korn Unix shell, or "ksh," YouTube user bjamesm70 discusses the ins and outs of compound tests. More specifically, this video goes over compound tests within if statements using and (&&) and or (||) operators.