Changes

Jump to: navigation, search

Tutorial5: Redirection

311 bytes added, 08:04, 25 January 2020
INVESTIGATION 2: REDIRECTION USING PIPES
# Change to the '''~/redirect''' directory and confirm that you changed to this directory.<br><br>
# Issue the following Linux command to remove all files in your ''redirect'' directory: <span style="color:blue;font-weight:bold;font-family:courier;">rm *</span><br><br>NOTE: You will be issuing a pipeline command which will use the pipe symbol "|" that will send the stdout from a command as stdin into another command.<br><br># Issue the follow Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">ls /bin | more</span><br><br>What happens?<br><br># x
In the next investigation, you will ...
13,420
edits

Navigation menu