Hi all. I write a large number of texts, which eventually combined into one file for export. Is there a package for the Atom, which could merge several files into one?
Merge files
rsese
#2
I didn’t come across any packages that specifically does file concatenation, if anyone knows of a package that might work I’d love to know too.
Though maybe not ideal, a workaround I can think of would be to use a terminal package (e.g. termination) and then use cat
on the files directly if you don’t want to leave Atom?