In a directory structure which has multiple subfolders and files in it, some of the file names have the suffix _create
(e.g. java1_create
) and some of them with _bak
(java2_bak
).
I need to rename only the files with suffix _create
as _bak
, so that all the files should have the _bak
suffix.
Is there any command or script to do this?
rename
fromUnicode::Tusssle
, which is another Perl script, with different options (and arguably more powerful) than the Perl script you're referring to. Ah, the smell of Linux in the morning. ;) – lcd047 May 26 '15 at 04:31