i have a file that contain repetitive code like this an i just want to
swap a roll/column? (how to say?) of y and z , every number is different in here nothing in here is same number
Example:
xxxx,xxxx,yyyy,xxxx,xxxx,zzzz:xxxx:xxxx:xxxx:xxxx:
xxxx,xxxx,yyyy,xxxx,xxxx,zzzz:xxxx:xxxx:xxxx:xxxx:
xxxx,xxxx,yyyy,xxxx,xxxx,zzzz:xxxx:xxxx:xxxx:xxxx:
xxxx,xxxx,yyyy,xxxx,xxxx,zzzz:xxxx:xxxx:xxxx:xxxx:
Into:
xxxx,xxxx,zzzz,xxxx,xxxx,yyyy:xxxx:xxxx:xxxx:xxxx:
xxxx,xxxx,zzzz,xxxx,xxxx,yyyy:xxxx:xxxx:xxxx:xxxx:
xxxx,xxxx,zzzz,xxxx,xxxx,yyyy:xxxx:xxxx:xxxx:xxxx:
xxxx,xxxx,zzzz,xxxx,xxxx,yyyy:xxxx:xxxx:xxxx:xxxx:
x , y , z = different numbers
sorry for poor explanation
example
36,192,72004,128,0,71923:0:0:0:0:
256,192,72014,128,0,71843:0:0:0:0:
475,192,72204,128,0,71923:0:0:0:0:
to
36,192,71923,128,0,72004:0:0:0:0:
256,192,71843,128,0,72014:0:0:0:0:
475,192,71923,128,0,72204:0:0:0:0: