What command would execute cmd1 followed by cmd2, regar…

What command would execute cmd1 followed by cmd2, regardless of the exit status of cmd1?

What command would execute cmd1 followed by cmd2, regardless of the exit status of cmd1?

A.
cmd1 cmd2

B.
cmd1 | cmd2

C.
cmd1 ; cmd2

D.
cmd1 && cmd2

E.
cmd1 || cmd2



Leave a Reply 0

Your email address will not be published. Required fields are marked *