Calculate how many lines in code project
There are many times that you need to calculate total number of lines in your coding project. Here’s an example of how to do this on Linux or Unix like systems: Note the example above shows how to calculate total lines of all the JavaScript (.js) files. If your project are using other languages, you…