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

Error when handling very large google groups #13

Closed
dado3212 opened this issue Mar 9, 2016 · 4 comments
Closed

Error when handling very large google groups #13

dado3212 opened this issue Mar 9, 2016 · 4 comments

Comments

@dado3212
Copy link

dado3212 commented Mar 9, 2016

While my previous problem was resolved, when running it correctly I hit another problem. At a certain point, cat can't handle the total number of lines, and it will throw the error -bash: /bin/cat: Argument list too long on line 155. The resolution for this is to use ls, and for each filename cat just file, and run the process on them. There may also be a more elegant solution.

@icy
Copy link
Owner

icy commented Mar 9, 2016

Oh, I see. Your list is too big . I'm taking a look on this. Stay tuned.!

@icy icy closed this as completed in b1c6152 Mar 9, 2016
@icy
Copy link
Owner

icy commented Mar 9, 2016

@dado3212 Would you mind pulling the latest code and try again? Thanks a lot.

@icy icy reopened this Mar 9, 2016
@icy
Copy link
Owner

icy commented Mar 17, 2016

Hi @dado3212, are you able to fix the problem with new commit? Thanks.

@dado3212
Copy link
Author

Yup, that did it. Thank you!

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

No branches or pull requests

2 participants