Just say I have a file: \"HelloWorld.pm\" in multiple subdirectories within a Git repository.
I would like to issue a command to find the full paths of all the files
Try:
git ls-tree -r HEAD | grep HelloWorld.pm