My requirenment is to Search the logs and find some specific entry. Log files are situated at two different paths. And I want to search in both.
Usually I login to server, go to the path and execute grep -i word *filename*
I want to prepare a script which will accept input from users for word and filename and search for it.