Skip to content

Instantly share code, notes, and snippets.

@EugeneRash
Created February 11, 2014 11:08
Show Gist options
  • Save EugeneRash/8932974 to your computer and use it in GitHub Desktop.
Save EugeneRash/8932974 to your computer and use it in GitHub Desktop.
find . -name \*.m | xargs genstrings -o en.lproj
@EugeneRash
Copy link
Author

Alternative
find ./ -name "*.m" -print0 | xargs -0 genstrings -o en.lproj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment