after changing file from unix to dos it is having empty lines..how to handle this
- by user2814717
After converting file using **unix2dos** command it is having some empty lines. Please help me. How to handle this?
I tried to delete empty lines as follow, but couldn't work.
$ sed '/^$/d' /tmp/data.txt
Hey following examples also didn't work. Pl help
This is source data before using unix2dos.
ID NAME DATE
1 BALA 09/23/2013
2 KRISHH…