(view help text of SplitTextFile.cs as plain text)
plittextfile, Version 0.50 beta
Split really big files in manageable chunks
Usage: SPLITTEXTFILE bigfilename chunksize [ options ]
Where: bigfilename is the file to be split up
chunksize is the size of the split off chunks
(e.g. 2048 or 2KB or 64MB)
Options: /BREAK split at line break (slightly increases chunk size)
/COUNT:nnn limit chunk count to first nnn files
/ENC:encoding force encoding (ASCII, UTF-7, UTF-8, UTF-32,
Unicode or UnicodeBE)
Note: Output chunks will be located in the current directory and have the
same name and extension as the (big) input file, with an added index
number between the file name and extension (e.g. bigfilename.1.txt).
Written by Rob van der Woude
http://www.robvanderwoude.com
page last uploaded: 2025-10-23; loaded in 0.0107 seconds