I need to write a bash script.
I have a folder name abc
and the folder contains multiple (around 20) files. Now some of the files are named as __servicename__List.java
Here __servicename
is acting as a placeholder. I need to replace this placeholder with a string say xyz
Can someone please help? Appreciate all your help! Thanks in advance!