Find & Count IP Addresses from Log File – Grep
This article shows how you can find, sort, and count IP addresses from any log or text file. We will be using the grep command for this purpose. The grep utility searches any given input files, selecting lines that match one or more patterns. We will use the -o option of the grep command. This … Read more