This is my first post, and I am glad to be a part of the community. I have a ton of files ending with an = sign, but I need to replace only these files that are located under a directory ending in 7z.
Example:
ParentDir1
|____> fileThatDoesNotneedReplacing=
ParentDir2_7z
|____>fileThatNeedsReplacing=
How can I recursively search for the 7z directories, and replace files within them containing '='' at the end. My goal is to append the '.7z' extension.
I hope that this is clear, and thank you for all your help!
