
Stefanik
User
Dec 10, 2012, 8:05 AM
Post #1 of 35
(21904 views)
|
Match string in multi-line file
|
Can't Post
|
|
Hi, I think this is not the first question of this kind, but I really don'e understand how and what use... I have a file like this:
FirstLine newline1:FieldCostant1,value1:FieldCostant2,value2:FieldCostant3,value3 newline2:FieldCostant1,value1:FieldCostant2,value2:FieldCostant3,value3 newline3:FieldCostant1,value1:FieldCostant2,value2:FieldCostant3,value3 .... I should printout in a file all the unique "value1". So if value1 is different between newLine1 and newLine2, then I write it in a specific file, otherwise no. Can you help me?
|