Label

Books (1) CARTO (3) Fun (21) GBDX (1) geoserver (1) GIS (57) greed (4) memo (4) movie (1) music (2) python (4) R (12) statistics (10) study (20) swim (5) tools (19) Ubuntu (7)

2014/10/06

merge text files

Unite all the text files in the same directory.

cd /d                                            
 :to where the files are.
copy *.txt > merged.txt
 :change the file name extension as needed
  (ie. *.csv, *.dat ...)