TRANSLATE

English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified

Selasa, 16 Agustus 2011

Splitting the files on linux with the command SPLIT

ila merge files that are already tersplit on linux can use the CAT command (concatenate), then to split large files into several parts can be tricked by the command SPLIT

split-bytes = [ukuranfile] filename namafilebaru

ie we have a file called test.avi size 600 mb, where the latter if we split would be like this:

split-bytes = 100m test.avi test.avi.

results will be split like this:

test.avi.aa

test.avi.ab

test.avi.ac

test.avi.ad

test.avi.ae

test.avi.af

we see that the results will splitnya alphabet instead of numbers ending in hjplit sperti (windows).

Ohya for m = megabytes, kilobytes and k = b = bytes

hopefully useful

Combining files on linux with the command cat


as we all know that the program to split and merge files on the windows platform is HJSplit. Of another case when we use the base Linux where in linux, until now still not compatible hjsplitnya.Kita's hope the future of the willing and sincere freebyte designed for linux.

On linux, there is actually a solution that is with the help of a mean concatenate concatenate files and print on the standard output, better known by the name of the paint just run this command in a terminal:

example:

file_001 paint file_002 file_xxx> file_gabungan



File_001, file_002, file_xxx is the file fragments that we want to join, the sign ">" is to write the merged output file, and rename the file you want to output to be written extensinya complete with names, such as: xxx.3gp, xxx.mov etc. depending on the original file.

Splitting the files on linux with the command SPLIT

When combining the files that have been tersplit on linux can use the CAT command (concatenate), then to split large files into several parts can be tricked by the command SPLIT

split-bytes = [ukuranfile] filename namafilebaru

ie we have a file called test.avi size 600 mb, where the latter if we split would be like this:

split-bytes = 100m test.avi test.avi.

results will be split like this:

test.avi.aa

test.avi.ab

test.avi.ac

test.avi.ad

test.avi.ae

test.avi.af

we see that the results will splitnya alphabet instead of numbers ending in hjplit sperti (windows).

Ohya for m = megabytes, kilobytes and k = b = bytes

hopefully useful

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More