Skip to content

fixing grep -v egrep#60

Open
maxadamo wants to merge 1 commit into
aswen:masterfrom
maxadamo:patch-1
Open

fixing grep -v egrep#60
maxadamo wants to merge 1 commit into
aswen:masterfrom
maxadamo:patch-1

Conversation

@maxadamo
Copy link
Copy Markdown

@maxadamo maxadamo commented May 5, 2021

grep -v egrep does not work. Maybe it did in the past, but now I see that it's translated onto "grep -E".
Instead of using grep, I have added a fake regex using the square brackets

grep -v egrep does not work. Maybe it did in the past, but now I see that it's translated onto "grep -E". 
Instead of using grep, I have added a fake regex using the square brackets
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.

1 participant