For processing reason, I need to split big text file into two files. One is from column 1 to 200 and another is from 201 to 1500.
How to code to merge these two files into one text file, that is one file must be column from 1 to 1500?
Go to the complete details ...