On Wed, 2007-04-04 at 01:11 +0100, ted.harding@nessie.mcc.ac.uk wrote:
What sort of files are we talking about here, are they ASCII files or binary data of some kind
If just ASCII text then you could do the following
type part1.txt >> output.txt type part2.txt >> output.txt etc