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

Feature request: Split into null-separated objects on command-line #23

Open
mrquincle opened this issue Jan 15, 2014 · 1 comment
Open

Comments

@mrquincle
Copy link

It would be great if I would be able to split a json array in multiple files. I have not found a way to create null-separated items that I can fed into xargs -0 yet. Maybe it is already possible.

@mrquincle
Copy link
Author

By the way, on the moment I do it on the command-line with csplit:

csplit file.json '/item/-1' '{*}'

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

1 participant