Solved

You Would Like to Run Command2 Only If Command1 Completed

Question 14

Multiple Choice

You would like to run command2 only if command1 completed 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