[Solved]Question 6 05 Points Windows Using Gitbash Linux Write Bash Script Containing Pipeline Con Q37167528

Question 6 (0.5 points On Windows using GitBash or on Linux, write a Bash script containing a Pipeline: Construct the pipeline with two pipes and an output-append redirection as in: c1 | c2 | coutputCollection.txt du I sort -nr | grep library listofLibrariesBySize.txt You may not use the exact example above, but you may use any pipeline you created for a prior lab as long as it meets this Lab procedure’s requirements. Your pipeline should be “useful” and not silly like echo ‘fubar’| wc | wc silly.txt. Question 7 (1 point) Copy and paste your Bash script containing the pipeline command text Note: Each student must submit their own original Bash program containing the pipeline. It is OK to help each other. In fact, showing someone else how to do something is a great way to cement your own understanding. Nevertheless, if two or more students submit the same solution, you will both/all receive a zero for this Lab. Show transcribed image text Question 6 (0.5 points On Windows using GitBash or on Linux, write a Bash script containing a Pipeline: Construct the pipeline with two pipes and an output-append redirection as in: c1 | c2 | coutputCollection.txt du I sort -nr | grep library listofLibrariesBySize.txt You may not use the exact example above, but you may use any pipeline you created for a prior lab as long as it meets this Lab procedure’s requirements. Your pipeline should be “useful” and not silly like echo ‘fubar’| wc | wc silly.txt. Question 7 (1 point) Copy and paste your Bash script containing the pipeline command text Note: Each student must submit their own original Bash program containing the pipeline. It is OK to help each other. In fact, showing someone else how to do something is a great way to cement your own understanding. Nevertheless, if two or more students submit the same solution, you will both/all receive a zero for this Lab.
Expert Answer
Answer to Question 6 (0.5 points On Windows using GitBash or on Linux, write a Bash script containing a Pipeline: Construct the pi… . . .
OR

