How to split file in windows just like linux

Ganesh picture Ganesh · Jan 5, 2016 · Viewed 76.5k times · Source

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"

Answer

Juan Uribe picture Juan Uribe · Jun 27, 2016

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