Initial commit of code released on 2002-07-15
This commit is contained in:
5
http.count
Executable file
5
http.count
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# @(#)CS/http.count $Id: http.count,v 1.3 1996/10/20 16:23:25 seks Exp $
|
||||
|
||||
grep CONNECTION http.log | cut -d: -f4 | cut -d" " -f5 | sort | uniq -c | sort
|
||||
|
||||
Reference in New Issue
Block a user