Quote:
Originally posted by Eyecannon
erm, this seems to just take a CSV and divide it into seperate files based on if there's GPS info or whatnot... I want a script that takes multiple CSV's (like *.csv) and turns it into one CSV.
|
How about some quick and dirty old DOS commands, I'm sure there are some Linux equivalents.
type *.csv>>BigCSV.CSV