|
How to remove duplicate lines of a record without changing the order
Hi all,
I have to remove duplicate lines in a file without chainging the order.for eg if i have a record
pqr
def
abc
lmn
pqr
abc
mkh
hgf
the output should be
pqr
def
abc
lmn
mkh
hgf
Plz help me.It is urgent
Abhishek
|