php - Recusive xgettext? -
I use a
My PHP files are present in a hierarchy, and the direct xgettext
command does not appear to reopen.
understood:
find -name "* .php" | Xargs xgettext
I was trying to use the first -exec
, but it will only run one file at a time, it triggers them on the bunch.
Google!
Comments
Post a Comment