Skip to content
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

Add r flag to fix issue #13 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deepak-pro
Copy link

As the r flag(recursive file searching) was missing in the JSON file, running gf was causing an error and output is "grep: .: Is a directory". So I added r flag on each pattern file.

Screenshot 2020-09-30 at 3 00 01 PM

@juniorhero
Copy link

this creates error when it is piped with urls

seems this tool is broken

@deepak-pro
Copy link
Author

Do you mean, it creates an error when the r flag is added or without it?

@s4s0r1
Copy link

s4s0r1 commented Jan 18, 2021

try changing it with -HnriE

@arthur4ires
Copy link

arthur4ires commented May 5, 2021

grep -RiIl '"-iE"' | xargs sed -i 's/"-iE"/"-HnriE"/g'

So it is possible to modify all files at once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants