Code statistics script

Source: Internet
Author: User

The script for counting the number of lines in the code shows someone sending a script for counting the number of lines. The python version is extremely complicated. In line with the kiss principle, I will write one: cat $ (find. -type f-name '* Java') | wc-l adds the function of filtering empty rows: cat $ (find. -type f-name '* Java') | awk' {if (length ($0)> 0) print $0} '| wc-l adds the function of Removing white spaces: cat $ (find. -type f-name '* Java') | sed-e's/^ [\ t] * //' | awk '{if (length ($0)> 0) print $0} '| wc-l. Remove the ^ M in win from the "cat $ (find. -type f-name '* Java ') | sed-e's/^ [\ t] * // '| sed s/^ M // g | awk' {if (NF) print $0} '| wc-l * Note: ^ M input: ctrl + V, and then enter the Enter key. This is the true ^ M.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.