Skip to content

Instantly share code, notes, and snippets.

@vovayatsyuk
Created January 10, 2014 07:58
Show Gist options
  • Save vovayatsyuk/8348379 to your computer and use it in GitHub Desktop.
Save vovayatsyuk/8348379 to your computer and use it in GitHub Desktop.
List of matched files
https://github.com/colinmollenhour/modman/wiki/Productivity-Hints
$ for lang in locale/*/My_Module.csv; do echo "$lang app/$lang" >> filename.txt; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment