At 3:20 PM +1000 2006/12/09, Douglas Stetner wrote:
 >On Dec 8, 2006, at 12:31 PM, BBEdit-Talk List wrote:

Folks,

I have about 600 small files that I am trying to turn into one big
file.

There is a 'mainfolder' Inside there are 45 'subfolders' Inside each
'subfolder' are 10 to 20 files

I want all of them merged into a single big file.

In a previous life I think I could have done this from the command
line, but alas, it appears that I have slept to many times since then.

TIA, Ted

Missed the first message in this thread, but if you do something
like:

# cat mainfolder/*/*  | bbedit

you will get one big file opened in bbedit.

Note that will only pick up files in subfolders; it if there were files in mainfolder too, you could use "cat mainfolder/* mainfolder/*/* | bbedit".


                                                Chris
--
Chris Pepper:               <http://www.reppep.com/~pepper/>
                            <http://www.extrapepperoni.com/>
Rockefeller University:     <http://www.rockefeller.edu/>

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to