From 1b2cde45b1cde2313ba36b84e9bee924a7bd58e0 Mon Sep 17 00:00:00 2001 From: pityonline Date: Sat, 13 Oct 2018 23:03:35 +0800 Subject: [PATCH] =?UTF-8?q?PRF:=20#10644=20=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E9=93=BE=E6=8E=A5=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...Source Code In Many Programming Languages.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/translated/tech/20181010 Cloc - Count The Lines Of Source Code In Many Programming Languages.md b/translated/tech/20181010 Cloc - Count The Lines Of Source Code In Many Programming Languages.md index 6c321f44cc..019c1851fd 100644 --- a/translated/tech/20181010 Cloc - Count The Lines Of Source Code In Many Programming Languages.md +++ b/translated/tech/20181010 Cloc - Count The Lines Of Source Code In Many Programming Languages.md @@ -112,7 +112,7 @@ $ cloc file.tar.gz $ cloc dir/ ``` -![][4] +![][3] **子文件夹中使用的例子**: @@ -120,7 +120,7 @@ $ cloc dir/ $ cloc dir/cloc/tests ``` -![][5] +![][4] **计算一个压缩包中源代码的行数**: @@ -128,7 +128,7 @@ $ cloc dir/cloc/tests $ cloc archive.zip ``` -![][6] +![][5] **你还可以计算一个 git 项目**: @@ -140,7 +140,7 @@ $ cd cloc $ cloc 157d706 ``` -![][7] +![][6] **使用下面的命令,查看 Cloc 支持的语言类型**: @@ -171,8 +171,7 @@ via: https://www.ostechnix.com/cloc-count-the-lines-of-source-code-in-many-progr [b]: https://github.com/lujun9972 [1]: https://www.ostechnix.com/ohcount-the-source-code-line-counter-and-analyzer/ [2]: https://www.ostechnix.com/install-node-js-linux/ -[3]: data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 -[4]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-2-1.png -[5]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-4.png -[6]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-3.png -[7]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-5.png +[3]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-2-1.png +[4]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-4.png +[5]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-3.png +[6]: http://www.ostechnix.com/wp-content/uploads/2018/10/cloc-5.png