Hey all,
I have a yml file with content like this:
75b6363c-1fdb-49e3-9558-ed5f426fda5e: '1485603081'
25b6363c-1fdb-49e3-9558-ed5f426fda5e: '1485603081'
basically this is:
UUID: 'TIMESTAMP'
How can I loop through all of the entries and set their key to '0' ?
Or alternatively delete a specific entry / all entries?
I have a yml file with content like this:
75b6363c-1fdb-49e3-9558-ed5f426fda5e: '1485603081'
25b6363c-1fdb-49e3-9558-ed5f426fda5e: '1485603081'
basically this is:
UUID: 'TIMESTAMP'
How can I loop through all of the entries and set their key to '0' ?
Or alternatively delete a specific entry / all entries?