I have a file values.properties which contain data, like:
$ABC=10 $XYZ=20 I want to create a shell script that will take each element one by one from above file.
Say $ABC, then go to file ABC.txt & replace the value of $ABC with 10. Similarly, then go to file XYZ.txt and replace $XYZ with 20.