Hey I need to split a large file in python into smaller files that contain only specific lines. How do I do this?
How big and does it need to be done in python? If this is on unix, would split/csplit/grep suffice?