13,420
edits
Changes
→Multiple Commands Using Semicolon, Grouping, and Backquotes
''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