Create 50 MB chunks.
Section: split and csplit
Split a file by size
bash
bash
split -b 50M archive.log log_Explanation
Size-based splitting is common when moving large files through constrained systems.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing split and csplit