in reply to Re: divide the large files to small
in thread divide the large files to small
One CAUTION: I don't think the command line utility split exists on all OS's (e.g., I'm not aware of it on MS OSs).
But it certainly is easy enough to write a Perl script to either do the equivalent of split or to use toolic's solution in his referenced post.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: divide the large files to small
by JavaFan (Canon) on Mar 10, 2010 at 22:08 UTC | |
by afoken (Chancellor) on Mar 11, 2010 at 05:57 UTC | |
by Anonymous Monk on Mar 11, 2010 at 07:31 UTC |