Thank you, universe, for the unix command line. I had a folder full of documents that I wanted to merge into one, and all I had to do is open a terminal window and `cat` all of them into a new file:
% cat *.txt > my_new_document
Thank you, universe, for the unix command line. I had a folder full of documents that I wanted to merge into one, and all I had to do is open a terminal window and `cat` all of them into a new file:
% cat *.txt > my_new_document