I have read quite a few questions here and on the interwebz, however my file renaming still doesn't work. I've got a bunch of files that starts as follows:
libraryVCE_KM_LIBRARY_SUMARY_S...
I want to remove the first instance of library, so I run this command in linux:
rename -v '/\blibrary/' *
However no files are renamed. Why not?