Skip to Main Content
The University of Massachusetts Amherst

Split File | Linux

A junior system administrator who just got paged at 2 AM. A critical application server had an issue, and it generated a massive log file: app_error.log . The file is 8 GB in size.

split -b 20M -d app_error.log app_error_20250115_part Outputs: app_error_20250115_part00 app_error_20250115_part01 … linux split file

Alex verifies with: