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
pcre2grep version 10.42 2022-12-11
$ printf 'this' > file $ pcre2grep 'this' -- file pcre2grep: Failed to open --: No such file or directory file:this
The text was updated successfully, but these errors were encountered:
Isn't this working as expected?; 'this' is not an option and -- would indicate the end of options if it where, ex:
--
$ pcre2grep -e this -- file
using the original syntax you indicate to search from the pattern 'this' inside the files -- and file
'this'
file
Sorry, something went wrong.
yes, it is working as expected - i was sure i was missing something stupid simple but i didn't know what
No branches or pull requests
pcre2grep version 10.42 2022-12-11
The text was updated successfully, but these errors were encountered: