Initial commit of code released on 2002-07-15

This commit is contained in:
Brian Cline
2015-01-25 18:26:44 -06:00
commit feca086612
102 changed files with 22822 additions and 0 deletions

5
http.count Executable file
View 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