Skip to navigation
How to remove a text line from a text file what contains a string.
09.07.14
sed --in-place '/some string/d' myfile example: to remove all Googlebot line from my apache2 log sed --in-place '/Googlebot/d' apache.log
http://www.tuxradar.com/answers/391
Reply
Anonymous
Information Epoch 1732542544
Use lower case and keep it short.
Home
Notebook
Contact us