-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break command args into chunks under system limit like what xargs does (
#63) Closes #62 We removed the depedency on xargs to for better windows compatibility. However, xargs was mainly introduced to break shell call into multiple ones to avoid hitting the system limit when we have tens of thousands files. We need to simulate this behavior.
- Loading branch information
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters