I've got 7 splintered .mov files that together would make one complete .mov file. How do I cat them together, using the cat command. I thought I knew how (cat file1 file2 file3 >bigfile) but that doesn't seem to work. Any advice would be greatly appreciated. Ric --