I have a file that contains the following line:
config101010000101010111000adaptorname1010000101010010101adaptordescription10101010100001111111ipaddress10111010000010000
I know how to read and write the whole line but couldn't figure out how to write it to the file as: (seperate those word characters from integer numbers by (:) and write each word to seperate line as in below)
config : 101010000101010111000
adaptorname: 1010000101010010101
adaptordescription: 10101010100001111111
ipaddress: 10111010000010000