PUB:20140811 Echo Command with Practical Examples

@GOLinux
This commit is contained in:
wxy 2014-08-13 00:26:24 +08:00
parent 3698ce8d56
commit a8768c52ba

View File

@ -21,7 +21,7 @@ echo命令在构建shell脚本时扮演着重要的角色。
- -E 禁用反斜线转义解释(默认) - -E 禁用反斜线转义解释(默认)
如果-e生效下列序列被识别 如果使用-e选项则可以使用如下转义序列
- \\ 反斜线 - \\ 反斜线
- \a 警告BEL - \a 警告BEL
@ -86,30 +86,29 @@ Ubuntu is the best Desktop OS
echo命令可以修改字体类型字体背景色以及字体颜色转义序列\033可以用于改变字体属性。要使转义序列生效必须使用-e选项。下面列出了部分转义代码 echo命令可以修改字体类型字体背景色以及字体颜色转义序列\033可以用于改变字体属性。要使转义序列生效必须使用-e选项。下面列出了部分转义代码
- [0m: Normal - [0m: 正常
- [1m: Bold fonts - [1m: 粗体
- [2m: Font color changes to Purple - [4m: 字体加上下划线
- [4m: Underlined fonts - [7m: 逆转前景和背景色
- [7m: Invert foreground and background colors - [8m: 不可见字符
- [8m: Invisible fonts - [9m: 跨行字体
- [9m: Cross lined fonts - [30m: 灰色字体
- [30m: Font color changes to Grey - [31m: 红色字体
- [31m: Font color changes to Red - [32m: 绿色字体
- [32m: Font color changes to Green - [33m: 棕色字体
- [33m: Font color changes to Brown - [34m: 蓝色字体
- [34m: Font color changes to Blue - [35m: 紫色字体
- [35m: Font color changes to Violet - [36m: 浅蓝色字体
- [36m: Font color changes to Sky Blue - [37m: 浅灰字体
- [37m: Font color changes to Light Grey - [38m: 黑色字体
- [38m: Font color changes to Black - [40m: 黑色背景
- [40m: Background color changes to Black - [41m: 红色背景
- [41m: Background color changes to Red - [42m: 绿色背景
- [42m: Background color changes to Green - [43m: 棕色背景
- [43m: Background color changes to Brown - [44m: 蓝色背景
- [44m: Background color changes to Blue - [45m: 紫色背景
- [45m: Background color changes to Violet - [46m: 浅蓝色背景
- [46m: Background color changes to Sky Blue - [47m: 浅灰色背景
- [47m: Background color changes to Light Grey
下面的命令将用红色打印输出。 下面的命令将用红色打印输出。
@ -126,6 +125,6 @@ echo命令可以修改字体类型字体背景色以及字体颜色转义
via: http://www.nextstep4it.com/categories/unix-command/echo-command/ via: http://www.nextstep4it.com/categories/unix-command/echo-command/
译者:[GOLinux](https://github.com/GOLinux) 译者:[GOLinux](https://github.com/GOLinux)
校对:[校对者ID](https://github.com/校对者ID) 校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出