-
Notifications
You must be signed in to change notification settings - Fork 735
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
We need sed -n ? #38
Comments
This seems like a reasonable addition. @hemanth if you're able to submit a PR, I'd be happy to take a look. |
I don't even recall why I had created this issue! Anyway,
Let see what best I can do here. |
I'm going to go ahead and close this, since it doesn't seem that useful. It looks like this would only mean that a If other sed modes get supported, like the |
Some like
sed('-n','/FOO/,/BAR/p',cat("cats.txt"));
says
sed: option not recognized: n
The text was updated successfully, but these errors were encountered: