2 FAQ tagged "stream editor"
Viewing 1-2 of 2 FAQ -- Sed Find and Display Text Between Two Strings or Words :
Q. How do I find the text between the strings FOO and BAR inclusive using sed command line option?
- Howto delete empty lines using sed command under Linux / UNIX :
Q. I need to delete all empty lines but could not figure out sed command for the same? How do I delete all empty lines with sed?
A. sed is a stream editor and perfect for these kind of work.
You need to use d command under sed which is act as the delete function.
Sed [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments
Yesterday ~ 1 Comment