Solved

You Would Like to Run Command1 and Then Command2, Whether

Question 1

Multiple Choice

You would like to run command1 and then command2, whether or not command1 completed successfully. Which command accomplishes this task?


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

Correct Answer:

verifed

Verified

Related Questions