Question: I need to write a VIM UNIX/Linux commandline program using the tools sed, sort, uniq and printf to search a logfile. For someone that know
I need to write a VIM UNIX/Linux commandline program using the tools sed, sort, uniq and printf to search a logfile. For someone that know linux it should be a simple matter and only take a few minutes. I hope you have someone there with those qualifications because I am lost on this assignment.
Just send me the code. Here is the first part of what it needs to do:

Requirements Your script shall be named flog and be marked executable. Here is how you execute your script: ./flog LOGFILE Example ./flog /var/classes/cs3030/lab3/secure Your script shall search LOGFILE for all lines containing this string "Failed password for USERID" where USERID is either the name of a user or the word "invalid". You are to perform the following operations: Change the word "invalid" to and
tags as shown
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
