-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Special characters not working with grep #181
Comments
Hi @jjun3188 This is the supported syntax: Have you tried double quotes? |
I tried --grep="[email protected]" as well. same error.. |
Hello @jjun3188 I just released a new version with an upgrade to the V2 of the AWS SDK. |
Same problem here. Version: 4.1.0 In my case, I need to use The error message is the same for all attempts:
|
It worked by using the following pattern:
o/ |
When I try grep with any special character,
eg.
cw tail -pprod /aws/lambda/some-app-name -b10m --grep [email protected]
I get the error below:
Invalid filter pattern
It works fine if I remove special characters, but even
-g
and--grep=""
did not work with special characters.I also tried escaping special characters using
/
,//
,\
and\\
, but no luck.Is it something that I am doing wrong?
I couldn't find related documentation or issues in this GitHub page.
The text was updated successfully, but these errors were encountered: