This commit is contained in:
eddyem
2016-03-21 19:59:04 +03:00
parent 09bfdc51c2
commit 326e4d84eb
13 changed files with 14638 additions and 27 deletions

View File

@@ -1,2 +1,4 @@
#!/bin/bash
# make histogram of commands/answers
cat $* | awk '{print $2 " " $3}' | sort | uniq -c | sort -n