yea, i tried, first by extracting the files out of one of the geonames database called alternatenames.txt e.g if i wanted only english i used:
tr "\t" "," < alternatenames.txt | egrep ',en,' > onlyenglish.txt
i also did for onlyfrench.txt
I then imported the files to a database where i...
Hi there, Forgive me for my little skills in awk. I believe that this could be obvious to some one with good skills in awk. I would like to create a text file C that merges 2 text files A and B with comma seperated values. The task is to look at a given column within the two files and return all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.