Solved

You Would Like to Run Command2 Only If Command1 Did

Question 79

Multiple Choice

You would like to run command2 only if command1 did not complete successfully. Which command accomplishes this task?


A) command1 ;; command2
B) command1 || command2
C) command1 >> command2
D) command1 && command2

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions