mystic coders

Month: April, 2006

Getting Word Count in Java Resource Bundle .properties files

20 April, 2006 (18:57) | Java

With a little help from freenode folks in ##java and #awk .. I’ve got a one liner which will give you a word count for your resource bundle files:

grep -vE ‘^#’ YourResourceBundle.properties | cut -d = -f 2 | wc -w

whew.

About mystic

Mystic is located in Southern California, we are a dedicated team of magic makers for your organizations needs. We can take your needs and turn them into the solution that fits perfectly for your company.
Learn More