So there's a folder in my directory which contains around 400-500 files (java, cpp, xml & etc) each with one name common for e.g
xml_1_ubuntu.xml
java_1_ubuntu.java
cpp_1_ubuntu.cpp
...
I wanna change the ubuntu
in their name (irrespective of their extension/file type) to notubuntu
so the work dir will have files like
xml_1_notubuntu.xml
java_1_notubuntu.java
cpp_1_notubuntu.cpp
...
is there anyway I can do this?