mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-01-31 12:25:02 +03:00
3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
cat $* | awk '{print $2 " " $3}' | sort | uniq -c | sort -n
|