SED - Miscellaneous

Here's all the stuff that does not fit on the other pages.


SED - Other solutions

Here are some examples to problems where SED is not the right tool. There are other tools about which are designed for a purpose and you should use them, too!

Here are some examples to problems where SED is not the right tool. There are other tools about which are designed for a purpose and you should use them, too!

Deleting newlines from a file

Use tr:
  tr -d \\012 < bar