XARGS Long Arguments and Pause Between Commands
问题 Xargs will execute command more than once automatically if the command arguments are too long. I am currently retrieving the revision differences in git and passing those arguments to git archive through xargs. It happens that the revision differences are long hence xargs automatically split the command into two times. Because of that, git archive done twice for the same archive that leads to whatever being archived by the first command is wiped out by the second command. Is there any way to