Command chaining
Bash notes imported from Notion: Command chaining
cmd1 && cmd2 ⭐
Bash notes imported from Notion: cmd1 && cmd2 ⭐
cmd1 ; cmd2 ⭐
Bash notes imported from Notion: cmd1 ; cmd2 ⭐
cmd1 || cmd2
Bash notes imported from Notion: cmd1 || cmd2
cmd &
Bash notes imported from Notion: cmd &