canon-lens/00-logs/proc_historgram
2016-03-18 11:06:36 +03:00

3 lines
72 B
Bash
Executable File

#!/bin/bash
cat $* | awk '{print $2 " " $3}' | sort | uniq -c | sort -n