Quick tip #1: file + file = newfile (or how to concatenate files on linux)

This one is really for my own personal reference but imagine you need to join two files or more into one single file, let’s say you have two video files: video1.mpg and video2.mpg. You can concatenate them with the cat command. To do this just fire up your console and write down the following line:

cat video1.mpg video2.mpg > concatenatedvideo.mpg

Now I won’t forget how to join files on linux!

0 comments

Please insert the result of the arithmetical operation from the following image
Enter the result of the arithmetical operation from this image