[solved]-Task 5 Multigrepssh V2 Let Us Improve Multigrepssh Script Done Displaying Results Grep Wan Q39009663

***** IN LINUX
Task 5 – multigreps.sh v2 Let us improve our multigreps.sh script. After it is done displaying the results of the grep, we want it to now also display the exit status of the grep pipeline we just executed Here is an example of how it would be used; tux@LinuxBox ./multigreps.sh myfile.txt banana dreamworks movie Which dreamworks movie features fictive creatures obsessed with bananas for one hour and a half? The search exited with status 0 tux@LinuxBox > Out of curiosity, try using a data file and parameters which yield results to see no what the exit status value is in different scenarios. Submit both your code and a screenshot demonstrating that the script functions correctly. Show transcribed image text Task 5 – multigreps.sh v2 Let us improve our multigreps.sh script. After it is done displaying the results of the grep, we want it to now also display the exit status of the grep pipeline we just executed Here is an example of how it would be used; tux@LinuxBox ./multigreps.sh myfile.txt banana dreamworks movie Which dreamworks movie features fictive creatures obsessed with bananas for one hour and a half? The search exited with status 0 tux@LinuxBox > Out of curiosity, try using a data file and parameters which yield results to see no what the exit status value is in different scenarios. Submit both your code and a screenshot demonstrating that the script functions correctly.
Expert Answer
Answer to Task 5 – multigreps.sh v2 Let us improve our multigreps.sh script. After it is done displaying the results of the grep, … . . .
OR

