LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxAnswers Discussion (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/)
-   -   DISCUSSION: Split and Reassemble files (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/discussion-split-and-reassemble-files-215596/)

Kristijan 08-09-2004 09:39 PM

DISCUSSION: Split and Reassemble files
 
This thread is to discuss the article titled: Split and Reassemble files

JZL240I-U 07-13-2005 03:05 AM

Nice and easy, thanks.

I'd suggest to take the md5sum of the original file, to send it along as "karaoke.mp3-md5sum"-text file and compare the newly created file's md5sum with the original, just to make sure nothing happened during emailing.

merlinblack 10-23-2012 11:29 PM

I've found another use for split - putting very large files, in my case dmg archives from a Mac, onto a FAT32 formated USB external HDD. Xcode weighs in at 4.1GB. Too big for FAT32.

In addition to the email example above, I could imagine if rsync'ing or scp'ing large files over a WAN, you may want to chop the file up so you can restart with out starting from scratch.

The split program of course exists on Mac's (basically BSD) as well as Linux.


All times are GMT -5. The time now is 04:13 AM.