From: eggie5 Date: 2007-09-26T11:10:03+09:00 Subject: concatenate a set of files 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?