-
Notifications
You must be signed in to change notification settings - Fork 49
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
cmd/bent/scripts: replace deprecated egrep with grep -E #4
Conversation
Signed-off-by: cui fliter <[email protected]>
This PR (HEAD: c69552b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/benchmarks/+/432258 to see it. Tip: You can toggle comments from me using the |
Message from Bryan Mills: Patch Set 2: Run-TryBot+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/432258. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/432258. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/432258. |
Message from Bryan Mills: Patch Set 2: Run-TryBot+1 Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/432258. |
Message from Gopher Robot: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/432258. |
Message from Gopher Robot: Patch Set 2: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/432258. |
egrep command is about to be deprecated, use grep -E instead Change-Id: I683dc046073b884efc5353a9f6ebb3b0f6314e08 GitHub-Last-Rev: c69552b2221af7258b8dd45e303315c6a9370e30 GitHub-Pull-Request: golang/benchmarks#4
egrep command is about to be deprecated, use grep -E instead. Reference: https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap04.html Change-Id: I683dc046073b884efc5353a9f6ebb3b0f6314e08 GitHub-Last-Rev: c69552b2221af7258b8dd45e303315c6a9370e30 GitHub-Pull-Request: golang/benchmarks#4
Uploaded patch set 1. This Gerrit CL corresponds to GitHub PR golang/benchmarks#4. Author: cui fliter <[email protected]> Patch-set: 1 Patch-set-description: This Gerrit CL corresponds to GitHub PR golang/benchmarks#4. Author: cui fliter <[email protected]> Change-id: I683dc046073b884efc5353a9f6ebb3b0f6314e08 Subject: cmd/bent/scripts: replace deprecated egrep with grep -E Branch: refs/heads/master Status: new Topic: Commit: da87f1e Tag: autogenerated:gerrit:newPatchSet Groups: da87f1e CC: Gerrit User 51518 <51518@62eb7196-b449-3ce5-99f1-c037f21e1705> Private: false Work-in-progress: false
Abandoned GitHub PR golang/benchmarks#4 has been closed. Patch-set: 2 Status: abandoned Tag: autogenerated:gerrit:abandon Attention: {"person_ident":"Gerrit User 7061 \u003c7061@62eb7196-b449-3ce5-99f1-c037f21e1705\u003e","operation":"REMOVE","reason":"Change was abandoned"}
egrep command is about to be deprecated, use grep -E instead.
Reference: https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap04.html