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 0f6e274 commit d2114d6Copy full SHA for d2114d6
command/echo.md
@@ -60,7 +60,8 @@ echo(选项)(参数)
60
61
```shell
62
/bin/echo 'The value of $PATH is' $PATH
63
-# The value of $PATH is /home/hope/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+# The value of $PATH is
64
+# /home/hope/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
65
```
66
67
用echo命令打印带有色彩的文字:
0 commit comments