On 10 Jul 2014, at 00:56, Jason Finley <jasonrichardfin...@gmail.com> wrote:

> How to concatenate/merge/combine text files into one text file:
> --Create a new blank document.
> --Edit --> Insert --> File Contents...
> --Select ALL the files you want to concatenate/merge/combine together.
> --Save the new document.

This can be done very simply in the Terminal or using an AppleScript script to 
identify the documents you want to concatenate and then using do shell script 
"cat...


cd some_folder;
cat a.txt b.txt c.txt > all.txt;
open -a bbedit all.txt


JD

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.

Reply via email to