How to Remove Occurrences of a String using sed command

Posted by trendoceangd on Jan 3, 2021 3:07 AM EDT
Trendoceans; By Gagan Mishra
Mail this story
Print this story

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.

Full Story

  Nav
» Read more about: Groups: Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.