Well I just find out that cat command for appealing a content of a text file could be used to combine two separated movie files into one. Like put it right behind the first file. This is how
cat file1.avi file2.avi > combine.avi
cat file1.mpg file2.mpg > combine.mpg
I don’t if that could be used to combine two text file. I will try it later