We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a726c commit 838c0b4Copy full SHA for 838c0b4
README.md
@@ -24,7 +24,7 @@ Sublime Text 3
24
25
## [Shell](shell/README.md)
26
27
-Shell echo 命令:输出字符串
+输出字符串 echo : display a message
28
29
```
30
sh-3.2$ bash
@@ -33,10 +33,10 @@ bash-5.0$ echo "Hello World!"
33
Hello World!
34
35
bash-5.0$ echo $(date)
36
-2020年12月 4日 星期五 15时57分17秒 CST
+2021年 1月 7日 星期四 14时30分59秒 CST
37
38
-echo $(date +"%Y-%m-%d %T")
39
-2020-12-04 15:57:09
+bash-5.0$ echo $(date +"%Y-%m-%d %T")
+2021-01-07 14:31:04
40
41
42
## [C 语言](c/README.md)
0 commit comments