Respected Monks,
I have a Log file with delimited values of date, time, userid, status of login(Success or failure).
I need to get the count of successful & unsuccessful login for each user.
For this can I write a perl script that sorts the delimited file & get the values & check them?
Could you guide me with the script to do so?
Thanks in advance
MPK