hi friends,
I need some help in keeping count of particular IP addresses that I read from a text file with ip addresses.i.e let's say 123.456.789.123 - 15 times, 542.432.456.123 - 6 times etc etc ...thanks in advance

Recommended Answers

All 2 Replies

use grep !
with regular expressions it should be simple enough.

use grep !
with regular expressions it should be simple enough.

thanks...I worked it out using awk

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.