Running multiple BASH Unix commands together

for running multiple commands use below patter

$bash> command1 && command2

Comments

Popular posts from this blog

Implementing Custom ResultType in Struts2

Strings in Java