13,420
edits
Changes
→Multiple Commands Using Semicolon ";" and Grouping Commands "( )"
Besides piping, there are other ways that multiple commands may be placed in one line: commands may be separated by semi-colons.<br>
''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)