Skip to content

Commit d2114d6

Browse files
authored
Update echo.md
1 parent 0f6e274 commit d2114d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

command/echo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ echo(选项)(参数)
6060

6161
```shell
6262
/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
63+
# The value of $PATH is
64+
# /home/hope/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6465
```
6566

6667
用echo命令打印带有色彩的文字:

0 commit comments

Comments
 (0)