Hehehe, this is like virgins at a frat party... OK, here goes. Let's assume you've got four files: cat file2 >> file1 cat file3 >> file1 cat file4 >> file1 "cat" more-or-less stands for "concatenate", which is a word I didn't know until I became a 20-year old programmer lo those many years ago :) ---scott