Dec
19

To split a big file use the following command
split –bytes=sizeoffileyouwanttosplit filename
(split –bytes=1000m backup.tar.gz)

To join them again use
echo file1 << file2

Comments Off    Read More   

Comments are closed.