mirror of
https://github.com/eddyem/canon-lens.git
synced 2025-12-06 10:35:15 +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
|