Count source code lines recursively
Since wc itself does not have a recursive option built-in, it's as simple as:
find . -name '*.php' | xargs wc -l
Ad Serving, Ad Management, Online Advertising, Entrepreneurship, Web Development, High Availability, Load Balancing, PHP, MySQL, AJAX
0 Comments:
Post a Comment
<< Home