Hi All,
I have one question, I have a tsv file like...
COL1 COL2
12 23
45 dh
(2 rows)
COL1 COL2
ab cd
(1 row)
COL1 COL2
aa bb
cc dd
ee dd
(3 rows)
Now I want to replace (2 rows), (1 row), (3 rows) with blank spaces using Unix command. Please help.
Thanks-