Article 5CB8M LXer: How to Remove Occurrences of a String using sed command

LXer: How to Remove Occurrences of a String using sed command

by
LXer
from LinuxQuestions.org on (#5CB8M)
Published at LXer:

In case you have a large number of data provided in a TextFile, and now you need to remove the specific string character from a TextFile. It is not worth reading every line for a single word or character and manually removing the string. If you have a small set of data, you can use this approach, and For a large file, we cannot use this sluggish approach. So, we have to find a way to remove all the strings' occurrences at once without opening a text file.

Read More...latest?d=yIl2AUoC8zA latest?i=tDErf__CXYc:dgWf0dLe2_A:F7zBnMy latest?i=tDErf__CXYc:dgWf0dLe2_A:V_sGLiP latest?d=qj6IDK7rITs latest?i=tDErf__CXYc:dgWf0dLe2_A:gIN9vFwtDErf__CXYc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments