How can we split file in windows system in command prompt based on size. like linux system we use
"split -b 10M filename.xyz new_filename"
How can we split file in windows system in command prompt based on size. like linux system we use
"split -b 10M filename.xyz new_filename"
If you have "git bash" use the linux split, if don't have it, download it from: https://git-scm.com/
I hope it works for you
You can compress the required file to a zip (or rar) file, setting a maximum file size so that it gets split.
This means that you will always have the program to get the initial file back available.
Some options are:
split mcg_games_log.sql -b 50M mcg_games_log_ --additional-suffix=".sql" --numeric-suffixes