| Pipeline Master Project BriefTask 1
 In this task you are asked to use the  command to list out all of the contents in your  folders. 
First, deal with the /etc folder. Use the  command to list its contents and redirect those contents to a file called file1.txt 
| /run | 
 folder but redirect the content to a file called | 
file2.txt | 
 
 
Do the same for the  instead.There should be 2 commands required to complete this. Please show these commands in your submission. 
| ls /foo | 
 will list the contents in the | 
/foo | 
 
 
Hint:   directory.Task 2 
Once you have   created, it is time to complete task 2 of the assignment! 
In Task 2, you are asked to use the          command to combine together(i.e. concatenate)   and                               into another file called 
But, in the same pipeline you are also asked to also use the  option 
to to reverse the output from the   command and redirect that reversed output to another file calledTask 2 should all be completed in one pipeline. Please show this pipeline in your submission. 
| tac | 
  command (reverse of the | 
cat | 
 
 
Note: Solutions using the   command) will not be valid. 
Hint: Take a look at the   command Submission Guidelines Below:   | 
Reviews
There are no reviews yet.