Count unique rows in httpd access file - Linux Views : 212
Tagged in : Linux
Send mail vote down 0 vote down 0

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 .