Created
April 28, 2011 14:27
-
-
Save creaktive/946449 to your computer and use it in GitHub Desktop.
extrai as capitais estaduais do BRloc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat BRloc2.csv | iconv -f l1 -t utf8 | tr ';' ',' | perl '-F/,/' -anE 'if (($x ne $F[2]) and not exists $x{$F[2]}) { $x{$F[2]}++; print }; $x = $F[2]' > capitais.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment