Subject: concatenate a set of files
From: eggie5 <eggie5 gmail.com>
Date: Wed, 26 Sep 2007 11:10:03 +0900
Given a set of files:
01_file
02_file
03_file
...
What's the best way to concatenate their respective text into one file
'file_set'. The must be loaded in alphabetical order as they are
listed above.
Any ideas?