+ Fundacul
[osm-ro-tools.git] / get_county_name
blob780d5a16ff84b8725a73cd4079ec5b7b387b99c7
1 #!/bin/sh
3 awk -F ',' '{ if ($10 != "COUNTY" ) print $10 ; }' "$1" | uniq