Simply put, a Shell Script is a program that is run by a UNIX/Linux shell. It is a file that contains a series of commands which are executed sequentially as if they were entered on the command line ...
In the analyse.logs.sh shell script we have automated the task of going through the 2 log files and listing out the Type of Issues and total number of Issues of those Patterns. We have made the result ...