I have created a program to mimmic the 'cat' command in linux. I want to make a program to cater the '-n' option of 'cat' that displays line number along with the file contents. Here is what I have done so far.I have created a program to mimmic the 'cat' co