mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-03-21 17:20:54 +03:00
new data
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
#!/bin/bash
|
||||
# make histogram of commands/answers
|
||||
|
||||
cat $* | awk '{print $2 " " $3}' | sort | uniq -c | sort -n
|
||||
|
||||
Reference in New Issue
Block a user