Question: Create a script where the script takes one argument, and the value provided will be a user. Loop through each file in that user's home
Create a script where the script takes one argument, and the value provided will be a user. Loop through each file in that user's home directory (ignore the sub directories) and count the number of times a file contains the word ERROR (hint use 'wc' command to help with counting) and output the total number of errors at the end of the script. Once completed, take a screenshot of the source code of the script, and of the script executing, to execute the script you will need to create your own sample input, please include the sample input as part of your execution screenshot. ("LINUX") language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
