TXT Chunker
Splits large text files into smaller, manageable chunks by line count, ideal for processing logs, datasets, or long documents.
Usage
# Split file.log into chunks of 500 lines each
txt_chunker file.log -n 500 -o part
# Split bigdata.txt into 1000-line chunks with default name 'chunk_001.txt', etc.
txt_chunker bigdata.txt
Price
$2.50