Hi,
I need to delete lines from the file which are similar to the first line "ONLY". The file looks something like:
Line 1 (to be compared with )
Line 2
Line 3
Line 1 (to be deleted)
Line 4
Line 1 to be deleted)
uniq compares all the lines and also requires sort ..something I dont need to use.
Could someone let me know how to go about it
Thanks