Skip to content

ShironB/Text-File-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

The script takes all files in input folder and split each one of them to several files. Max splited file size will be 50MB. The splitted files can be found in output folder.

Before running the script please define the following vars:

CHANGE FOLDERS BASED ON YOUR NEEDS

inputFolder = "input"

outputFolder = "output"

CHANGE VARS BASED ON YOUR NEEDS

maxSize = 51200000

About

Splitting big text files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages