Changes

Jump to: navigation, search

Tutorial5: Redirection

19 bytes removed, 11:01, 14 October 2020
INVESTIGATION 2: REDIRECTION USING PIPES
'''Perform the Following Steps:'''
# Change to your Confirm that you are still located in the '''home~/redirect''' directory and confirm that you are now in your home directory.<br><br>
# Issue the '''ls''' command to view the contents of your '''~/redirect''' directory.<br><br>The '''problem''' with creating temporary files, is that they take up space on your server,<br>and should be removed.<br><br>
# Issue the following Linux command to remove all temporary files in your ''redirect'' directory: <span style="color:blue;font-weight:bold;font-family:courier;">rm -r ~/redirect</span><br>and confirm that you have removed this directory and its contents.<br><br>'''NOTE:''' You will be issuing a '''pipeline command''' which will use the pipe symbol "|"<br>that will send the stdout from a command as stdin into another command.<br><br>
13,420
edits

Navigation menu