Update echo.md
This commit is contained in:
parent
0f6e2746e0
commit
d2114d6e38
|
|
@ -60,7 +60,8 @@ echo(选项)(参数)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
/bin/echo 'The value of $PATH is' $PATH
|
/bin/echo 'The value of $PATH is' $PATH
|
||||||
# The value of $PATH is /home/hope/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
# The value of $PATH is
|
||||||
|
# /home/hope/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
用echo命令打印带有色彩的文字:
|
用echo命令打印带有色彩的文字:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue