Skip to content

Commit 838c0b4

Browse files
authored
Update README.md
1 parent a1a726c commit 838c0b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sublime Text 3
2424

2525
## [Shell](shell/README.md)
2626

27-
Shell echo 命令:输出字符串
27+
输出字符串 echo : display a message
2828

2929
```
3030
sh-3.2$ bash
@@ -33,10 +33,10 @@ bash-5.0$ echo "Hello World!"
3333
Hello World!
3434
3535
bash-5.0$ echo $(date)
36-
2020年12月 4日 星期五 15时57分17秒 CST
36+
2021年 1月 7日 星期四 14时30分59秒 CST
3737
38-
echo $(date +"%Y-%m-%d %T")
39-
2020-12-04 15:57:09
38+
bash-5.0$ echo $(date +"%Y-%m-%d %T")
39+
2021-01-07 14:31:04
4040
```
4141

4242
## [C 语言](c/README.md)

0 commit comments

Comments
 (0)