Split or Merge File on Linux

June 28, 2009 by Mark  
Filed under Linux

If you are using Windows operating system, you have to install third party program to be able to split large file into a few small files. But for Linux user you can use split command to do the task. It is a small program but do the job effectively. For example if you have 2 GB files and want to split it into four files of 500 MB each, you can use the following command.

Read more