My email server outputs a log file in the form of a .TXT file.
Is there a way to pull specific data from the file on a line-by line basis?
For example:-
The file outputs
I just need to get the details of the users name, mails sent and mails received, nothing else, and then display it.
Is this possible?
I am a newbie I'm afraid, so many apologies if this is really simple.
Is there a way to pull specific data from the file on a line-by line basis?
For example:-
The file outputs
Code:
User Name No. Mails Sent No. Mails Received Mailbox Size
------------------------------------------------------------
Jo Bloggs 62 83 3Mb
I just need to get the details of the users name, mails sent and mails received, nothing else, and then display it.
Is this possible?
I am a newbie I'm afraid, so many apologies if this is really simple.