Running multiple BASH Unix commands together

for running multiple commands use below patter

$bash> command1 && command2

Comments