New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comparison with `sed` #2

Merged
merged 1 commit into from Dec 27, 2018

Conversation

2 participants
@lambda
Copy link
Contributor

lambda commented Dec 27, 2018

Mention the -E flag for sed, but with some caveats, to make the comparison more fair. Split out the delimiter quoting from the slash quoting examples, and pick an example that's more favorable for sd. Add a simple example just comparing the noisier syntax of s///g vs two arguments. Add an example of the danger of sed -i in cross-platform usage.

Update comparison with `sed`
Mention the `-E` flag for `sed`, but with some caveats, to make the comparison more fair. Split out the delimiter quoting from the slash quoting examples, and pick an example that's more favorable for `sd`. Add a simple example just comparing the noisier syntax of `s///g` vs two arguments. Add an example of the danger of `sed -i` in cross-platform usage.

@chmln chmln merged commit 4928e0a into chmln:master Dec 27, 2018

@chmln

This comment has been minimized.

Copy link
Owner

chmln commented Dec 27, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment