How to split a split a file with N lines into eqaul number of lines.The program should take two arguments one the number of files to be split and other the file itself.Also if the N lines is not evenly divisible with number of files,the earlier files shoudl have one or two more lines.