For those trivia lovers out there... Here is a simple Lin*x command I found on the web and tweaked for cake, to count the number of lines of cake code you've written.
Run it in the app directory. It lists all code files, the number of lines of code in each (comments and blank lines included, I'm afraid), and gives a total at the bottom: wc -l `find . -regex ".*\.\(php\|thtml\)"` --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
