$ echo hello && echo goodbye hello goodbye Using ; The ; is an operator that allows you to run multiple commands on a single line. It simply separates them so they will run independently of each other ...