Skip to main content
grammar
Source Link
tshepang
  • 67.7k
  • 94
  • 226
  • 297

There are specific linelines that I want to remove from a file. Let's say it's line 20-37 and then line 45. How would I do that without specifying the content of those lines?

There are specific line that I want to remove from a file. Let's say it's line 20-37 and then line 45. How would I do that without specifying the content of those lines?

There are specific lines that I want to remove from a file. Let's say it's line 20-37 and then line 45. How would I do that without specifying the content of those lines?

Source Link
tshepang
  • 67.7k
  • 94
  • 226
  • 297

How do I remove certain lines (using line numbers) in a file?

There are specific line that I want to remove from a file. Let's say it's line 20-37 and then line 45. How would I do that without specifying the content of those lines?