Hi All,
Does anyone know the best way to do the following if its at all possible using awk or sed.
I have a file that contains 3 fields per transaction
e.g.
Field1,Field2,Field3
I want to recreate the file so that Field1 starts at potion 1 on the line, field2 starts at character position 42 and field 3 at character position 49 etc..
So each line on the file will look something like this: -
Field1 Field2 Field3
Field1 etc...
I will be very grateful of any help please.
Many thanks
Does anyone know the best way to do the following if its at all possible using awk or sed.
I have a file that contains 3 fields per transaction
e.g.
Field1,Field2,Field3
I want to recreate the file so that Field1 starts at potion 1 on the line, field2 starts at character position 42 and field 3 at character position 49 etc..
So each line on the file will look something like this: -
Field1 Field2 Field3
Field1 etc...
I will be very grateful of any help please.
Many thanks