Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 338 Bytes

README.org

File metadata and controls

21 lines (19 loc) · 338 Bytes

Swift tool box

Research

cat output/result.csv \
| awk -F ',' '{print $1}' \
| sort \
| uniq -c