One line of command to count the total number of lines of iOS project code

One line of command to count the total number of lines of iOS project code

Sometimes we want to count the total number of lines of code in our project to gain a sense of accomplishment or for other purposes. Here are some easy ways to count the number of lines of code. It is very simple. The method is as follows:

[[210580]]

1. Open the terminal;

2. Use the cd command to reach our project file. Note that if we want to avoid counting the amount of code in the referenced third-party library, we need to go further into the code file we wrote ourselves, which is usually a file with the same name as the project file;

3. Count the number of code lines:

If you want to list the number of lines in each file, enter the command:

  1. find.- name "*.m" - or - name "*.h" - or - name "*.xib" - or - name "*.c" |xargswc-l

If you want to list the total number of code lines directly, enter the command:

  1. find.- name "*.m" - or - name "*.h" - or - name "*.xib" - or - name "*.c" |xargsgrep-v "^$" |wc-l

In this way, you can get the quantity directly, and it is very fast. Isn’t it convenient?

This counting process will remove blank lines, but comments will be counted.

<<:  [Special Topic] The 11th issue of the Aiti Tribe Technical Clinic: How to check 30 million data in seconds

>>:  Some experiences and summaries of hybrid APP cross-platform development in 2017-2018

Recommend

Bidding promotion: How to optimize core words and effectively manage keywords?

We have compiled a list of common bidding problem...

How to configure server rental parameters for websites with large daily traffic?

When renting a server, many companies are still c...

[Refutation] Even if the product is shit, you have to operate it

Yesterday I answered a question on Zhihu: "W...

How is the fission activity of 12W PV achieved?

This case is a review of an online event planned ...

Special: How magical is the Chishui River?

On the land of China Among thousands of rivers Ch...

Insights | Only by keeping calm can you achieve great things

Famous Artists Gallery | Grice, a Russian painter...

In order to restore the ecology, they decided to play "music" outdoors

Produced by: Science Popularization China Author:...