-
Notifications
You must be signed in to change notification settings - Fork 10
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
No results for big projects? #14
Comments
That's strange. It is not supposed to have. Maybe you reach the size limit on the shell prompt. I frequently running it on suricata who got 600 source files. You can try to give it only the directory as param (it will recurse on C file) or you may want to try the |
I don't think it's a shell limit problem. I don't have so many files. Look at this sample output:
So, as you can see, I have only 63 files. |
Hello @elmart, I've just run the same 'src/*c' coccigrep command in neovim source and it is working (got the two same matches) What version of cocigrep are you using ? |
I cloned coccigrep git repo and installed from sources (sudo python setup.py install). |
Hey just want to note that I ran into this issue. A naïve I think the problem is in fact due to long command lines. When I ran the failing command line with
On my system, I am limited to
|
Hi, I'm issuing a simple command to look for usages of a given struct field:
But I'm getting no output.
Strangely, if I run the same command on a few files, typing each of them manually, then I get results.
So, does coccigrep have a maximum number of files, beyond which it stops working?
The text was updated successfully, but these errors were encountered: