question about splitting a large file

前端 未结 4 698
醉话见心
醉话见心 2021-01-26 05:37

Hey I need to split a large file in python into smaller files that contain only specific lines. How do I do this?

4条回答
  •  日久生厌
    2021-01-26 06:40

    How big and does it need to be done in python? If this is on unix, would split/csplit/grep suffice?

提交回复
热议问题