Merge pull request #7044 from lujun9972/add-MjAxNzEyMTIgSG93IFRvIENvdW50IFRoZSBOdW1iZXIgT2YgRmlsZXMgQW5kIEZvbGRlcnMtRGlyZWN0b3JpZXMgSW4gTGludXgubWQK

fix content bug
This commit is contained in:
Xingyu.Wang 2018-01-07 09:11:11 +08:00 committed by GitHub
commit 3e974b48b9

View File

@ -121,7 +121,7 @@ To experiment this, i'm going to create totally 7 files and 2 folders (5 regular
**Example-10 :** Count all files in the current directory by using the echo command in combination with the wc command. `4` indicates the amount of files in the current directory. **Example-10 :** Count all files in the current directory by using the echo command in combination with the wc command. `4` indicates the amount of files in the current directory.
``` ```
# echo core.md Dict.md lctt2014.md lctt2016.md LCTT翻译规范.md README.md sign.md 选题模板.txt 中文排版指北.md | wc # echo * | wc
1 4 39 1 4 39
``` ```