cd 工作目录
find . -type f -print | xargs wc -l
VS Code Counter: 能统计项目代码行数、注释行数、以及空行,并且还会展示每个文件的行数以及分不同格式的文件显示。
用法:
ctrl + shift + p -> VSCodeCounter: Count lines in directory -> 工作目录
-生成目录结构图 tree命令