I have multiple of text files containing values like this:
width = 64
height = 128
position_x = 48
position_y = 48
I would like to go over this files, and multiply those values by 2. is it possible to make a script for that? What commands can I use to find replace those numbers?