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*

2
  • I didn't realize sed's regex syntax was so similar to vim's. This works perfectly, thank you. Commented Jun 11, 2015 at 22:10
  • 1
    @ssonicblue, all regular expressions are derived from ed, specifically in this case ed had two children, sed and vi. And vi, begot nvi and vim, and had other children. And sed begot grep and awk, and had other children. and awk begot perl which begot CGI.pm which begot many flamewars. Commented Jun 11, 2015 at 22:45