1

I want to split a large file ~9 GB by lines, I know split command in UNIX but is there a similar command for Windows?

user
  • 30,336

1 Answers1

2

Check the possible duplicate indicated by Ryan above, but I would also recommend Cygwin which will give you split and a range of other Linux commands.