I need help creating a shell script to search .yml
files in a specific folder for a line containing money:
and then replacing that line with money: 1000
I need help creating a shell script to search .yml
files in a specific folder for a line containing money:
and then replacing that line with money: 1000
You could try sed. E.G: