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

Spend more time with grep. #37

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 3 comments
Open

Spend more time with grep. #37

GoogleCodeExporter opened this issue Mar 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Grep is pretty powerful on the command line.  It would be nice if you could add 
more of the features.

Here is a set that I typically use.
 grep -A 10 -B 10 -H FILE *.txt

Add 10 lines after context and 10 lines before.  Print the name of the file as 
a prefix to the output.

What version of the product are you using? On what operating system?

0.3




Original issue reported on code.google.com by [email protected] on 4 Sep 2013 at 1:42

@GoogleCodeExporter
Copy link
Author

OK, I meant for this to be a feature.

Original comment by [email protected] on 4 Sep 2013 at 1:42

@GoogleCodeExporter
Copy link
Author

accepted. problem is that adding more arguments blows up the interface as we 
have to add a lot of combinations.

will try to consider for next release.

Original comment by [email protected] on 6 Nov 2013 at 8:24

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 6 Nov 2013 at 8:24

  • Changed state: Accepted

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

No branches or pull requests

1 participant