We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i
a
c
GNU sed can handle a single command i, a or c specified in multiple -e calls, sedparse cannot.
-e
$ seq 5 | sed -e '3i\' -e foo 1 2 foo 3 4 5 $ sedparse -e '3i\' -e foo sedparse: -e expression #2, char 1: unknown command: `f' $
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GNU sed can handle a single command
i
,a
orc
specified in multiple-e
calls, sedparse cannot.The text was updated successfully, but these errors were encountered: