Top "Filesplitting" questions

How to file split at a line number

I want to split a 400k line long log file from a particular line number. For this question, lets make …

linux shell split filesplitting
How to split file on first empty line in a portable way in shell (e.g. using sed)?

I want to split a file containg HTTP response into two files: one containing only HTTP headers, and one containg …

shell sed portability text-manipulation filesplitting