karacharlie
Programmer
Hi,
I'd like to rename several files containing the same mask, e.g.
ls:
abc.1 abc.2 abc.3 abcdef.1 abcdef.2 abcdef.3
the script should rename only abc.* to abczzz.* but not abcdef.*, i.e.
ls after script:
abczzz.1 abczzz.2 abczzz.3 abcdef.1 abcdef.2 abcdef.3
thanks
I'd like to rename several files containing the same mask, e.g.
ls:
abc.1 abc.2 abc.3 abcdef.1 abcdef.2 abcdef.3
the script should rename only abc.* to abczzz.* but not abcdef.*, i.e.
ls after script:
abczzz.1 abczzz.2 abczzz.3 abcdef.1 abcdef.2 abcdef.3
thanks