repo.or.cz
/
osm-ro-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+ Fundacul
[osm-ro-tools.git]
/
get_county_name
blob
780d5a16ff84b8725a73cd4079ec5b7b387b99c7
1
#!/bin/sh
2
3
awk
-F
','
'{ if (
$10
!= "COUNTY" ) print
$10
; }'
"
$1
"
|
uniq