Search found 1 match

by pvijaybe
Tue May 04, 2010 9:09 am
Forum: General
Topic: how to seperate duplicates and unique records from seq file
Replies: 3
Views: 2262

how to seperate duplicates and unique records from seq file

Hi All

I have a sequential file consists of records like (1,2,2,3,4,4,5,6,7)
I require ttwo outputs one should contain(2,2,4,4) and other should contain(1,3,5,6,7)

How can i do this by using which stage?
Can u pls guide me?

Thanks and regards

Vijay