From LedHed's Wiki
Jump to: navigation, search

Windows

for %f in (*.txt) do type "%f" >> new.txt


Unix

cat *.txt > new.txt