Antipasti is a project that reads from stdin and writes to file1, file2, ..., fileN such that lines 1, N+1, 2*N+1, ... are written to file1, lines 2, 2*N+2, N+2 ... are written to file2, etc.
Usage: antipasti [OPTIONS] [FILES] ...
Options:
-a, --append ........ open file(s) for appending (default 'w')
-h, --help .......... this brief help text
-v, --version ....... print version information
-c, --copyright ..... show copying policy
Antipasti recognizes '-' and '+' as aliases for stdout resp. stderr.
What's New in This Release:
· The program was slightly optimized for the case when there is only one output stream.
Product's homepage