Linux Split File — !!install!!

Alex needs to email the last 500 MB of logs to the senior developer for analysis. But the company email server rejects attachments larger than 25 MB. Also, Alex’s own text editor crashes when trying to open the file directly.

Because split preserves the original order (aa, ab, ac or 00,01,02), cat in the correct order rebuilds the original file perfectly. linux split file