OK, so I have a task tomorrow at work.
I have been given a copy of a server log with roughly 8 months of website traffic. Within the data-set there is around 100,00 lines of data.
I need filter and sort, specific lines of data from the file.
I have an IP and a hostname to collect the data for. The IP has visited various URL's throughout the website over the last 8 months at random intervals. Straight away I can tell you no 2 lines of data will be the same. I have to take into account the times and dates which the IP visited will be unqiue in their own right.
So basically what im asking is; what is the quickest way to sort and collect the data I need using NotePad++
If you have ever trawled through server logs, then I think you may get the idea.
I have been given a copy of a server log with roughly 8 months of website traffic. Within the data-set there is around 100,00 lines of data.
I need filter and sort, specific lines of data from the file.
I have an IP and a hostname to collect the data for. The IP has visited various URL's throughout the website over the last 8 months at random intervals. Straight away I can tell you no 2 lines of data will be the same. I have to take into account the times and dates which the IP visited will be unqiue in their own right.
So basically what im asking is; what is the quickest way to sort and collect the data I need using NotePad++
If you have ever trawled through server logs, then I think you may get the idea.