What command would execute cmd1 followed by cmd2, regardless of the exit status of cmd1? seenagape 10 years ago 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 ← Previous question Next question →