kaisalhassani
Programmer
Hi
I have files where the name contains brackets. I would like to remove the brackets from the names. I am using ksh.
The files before:-
abc1(1).ctl
abc2(1).ctl
abc3(1).ctl
abc4(1).ctl
I would like to change them to:-
abc1.ctl
abc2.ctl
abc3.ctl
abc4.ctl
Thank you
Kais
I have files where the name contains brackets. I would like to remove the brackets from the names. I am using ksh.
The files before:-
abc1(1).ctl
abc2(1).ctl
abc3(1).ctl
abc4(1).ctl
I would like to change them to:-
abc1.ctl
abc2.ctl
abc3.ctl
abc4.ctl
Thank you
Kais