13,420
edits
Changes
→Multiple Commands Using Semicolon ";" and Grouping Commands "( )"
''Example:''
<span style="font-family:courier;font-weight:bold">sleep 5; ls</span> (NOTENote: each command will be executed when the previous command has terminated)
commands may be grouped by using parentheses