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
Tweet This Post
Comments are closed.