Linux CLI - Pipes and Redirection
How would you write a command chain to run
cmd1, then cmd2 only if cmd1 fails, and finally cmd3 regardless of previous results?