I’m trying to figure out how many lines of code have been written for an app. Code is in the current directory and child directories. I’m using ubuntu.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will produce the wc output for each file with a particular extension, one extension
per /tmp file. You could run these results through a simple awk script to get the grand total, if that’s what you need.