Changes

Jump to: navigation, search

Tutorial5: Redirection

29 bytes removed, 13:59, 31 August 2020
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'')
''Example:''
<span style="font-family:courier;font-weight:bold">(echo "Who is on:"; w) > whoson</span>(''Note: <u>all</u> command output sent to a file'')
13,420
edits

Navigation menu