Delete specific line from a text file?

前端 未结 10 1659
既然无缘
既然无缘 2020-11-29 11:14

I need to delete an exact line from a text file but I cannot for the life of me workout how to go about doing this.

Any suggestions or examples would be greatly appr

10条回答
  •  抹茶落季
    2020-11-29 11:32

    1. Read and remember each line

    2. Identify the one you want to get rid of

    3. Forget that one

    4. Write the rest back over the top of the file

提交回复
热议问题