#vim AIL: 0vim: Replace literal \n with new line17 Jun 2015 in TILOpen the file that contains the \n's.Run the following command::%s/\n/r/gAll done