代码函数统计

cloc统计代码函数,进入需要统计的文件夹中,注意后面的“.”。

1
2
3
sudo apt install cloc
cd demo/
cloc .