DEV Community

Discussion on: Run multiple commands in one line with `;`, `&&` and `||` - Linux Tips

Collapse
 
ferricoxide profile image
Thomas H Jones II

I use the <CMD> && <SUCCESS_ACTION> || <FAIL_ACTION> method quite a lot ...annoying that BASH-linters complain about it.