Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • this just add x0 in the blank line keeping the rest as it is Commented Jun 18, 2020 at 7:07
  • 1
    interesting, maybe a GNU vs non-GNU thing again o0 Commented Jun 18, 2020 at 7:09
  • yep was related to GNU vs non-GNU issue Commented Jun 18, 2020 at 7:13
  • this adds two empty lines between blocks. for \x0 if you change to \o0 might be compatible. Commented Jun 18, 2020 at 7:33
  • On OS X, if you want to work around the unsupported \x0 problem, you can install GNU utils e.g. via Homebrew, and use gsed instead of sed. Commented Feb 3, 2022 at 17:16