I have an directory, which has a lot of subdirectories. those subdirs sometimes even have subdirs. there are source files inside.
How could I use genstrings to go across all these dirs and subdirs?
Let's say I cd to my root dir in Terminal, and then I would type this:
genstrings -o en.lproj *.m
How could I tell it now to look into all these directories? Or would I have to add a lot of relative paths comma separated? how?