Closed riels89 closed 3 years ago
Although when using stdout, no append option would be necessary, in general when using -o<file>
it could be convenient to keep appending tokens to one and the same file with repeated invocations of tokenize
.
I have modified the code accordingly (as you suggested). Be patient for a new version.
I am closing this request now.
Usecase: When processing large numbers of files the list of files may not fit in the arguments list and batching is required, however, this would overwrite the current output file. An append option would fix this issue.