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