Hello
I'm trying to rename a large amount of files in linux, but I'm not able to hit the command. The case is as follows:
I have several files in a directory and its subdirectories that have the following name format nome_do_arquivo.ext? Somecommand and I need to rename them all leaving only nome_do_arquivo.ext ie, remove whatever is after the ? and even ? .
I've tried all that is command that I found on the Internet, researched the documentation rename , find , mv , etc, but I could not do what I need.
List until I can with find and ls , but in time to rename can not I.