Count unique rows in httpd access file - Linux Views : 233
Tagged in : Linux
0 0
Send mail

Count unique rows in httpd access file


grep sakerhetsbesiktning/index2.html assa.access |sed 's/\([0-9.]*\).*/\1/g'|sort|uniq|wc -l
By Geethalakshmi, On - 2010-05-30



    Login to add Comments .