Skip to content

juverofan/splitFilebyPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

splitFilebyPython

Split the multiple files from a folder (filter by wildcard) using Python
Using on Linux os:
Split 1 file to 2 files:
python splitFile -f <file_name> -r <rate_for_split> -o <output_folder>


Example: rate = 0.1 => the line number of the first splitted file = 0.1 * the line number of the original file.


Split the multiple files (from a folder):
python splitFileWildCard -d <folder_name> -w [wildcard] -r <rate_for_split> -o <output_folder>

About

Split the multiple files from a folder (filter by wildcard) using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages