Hi,
How do i remove a set of duplicate lines from a file.
My file contains the lines:
My output should look like:
Please let me know if this is not clear..
Thanks in advance.
-SREENIVAS
How do i remove a set of duplicate lines from a file.
My file contains the lines:
Code:
abc
def
ghi
abc
def
ghi
jkl
mno
pqr
jkl
mno
pqr
stu
vwx
yza
Code:
abc
def
ghi
jkl
mno
pqr
stu
vwx
yza
Thanks in advance.
-SREENIVAS