madasafish
Technical User
I have a file similiar to this...
field1:wxyz field2:"aa bb ccc" field3:xxxx ...etc
field1:zyx field2:"aa bbb cc dd" field2:yyy ...etc
field1q field2:"aaa b" field3:zz ...etc
I want to display
field2:"aa bb ccc"
field2:"aa bbb cc dd"
field2:"aaa b"
I have tried alot of permutations of the split command but can not get the syntax right to give me the desired output.
Any help appreciated.
Thanks in advance,
Madasafish
field1:wxyz field2:"aa bb ccc" field3:xxxx ...etc
field1:zyx field2:"aa bbb cc dd" field2:yyy ...etc
field1q field2:"aaa b" field3:zz ...etc
I want to display
field2:"aa bb ccc"
field2:"aa bbb cc dd"
field2:"aaa b"
I have tried alot of permutations of the split command but can not get the syntax right to give me the desired output.
Any help appreciated.
Thanks in advance,
Madasafish