Update echo.md

This commit is contained in:
小弟调调™ 2022-07-25 15:42:54 +08:00 committed by GitHub
parent 0f6e2746e0
commit d2114d6e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ echo(选项)(参数)
```shell
/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命令打印带有色彩的文字