-c Specifies a color (01-FE).
-f, -b Specifies the foreground and background colors (0 through F).
-n Do not skip to the next line.
-w Specifies the message should be 'width' characters wide.
-r Right-aligns the message with respect to the specified width.
-e Centers the message with respect to the specified width.
message The text to be displayed.
-l Lists available colors in a table.
When specifying colors, the foreground color cannot match the background color.
If you specify -c, you cannot specify -f or -b (and vice versa).
The message can contain the following escape sequences: ~n (return), ~r (line
feed), and ~t (tab). To display a literal '~' if it's followed by n, r, or t,
use '~~'. Escape sequences are ignored if -w is specified.作者: nzisisco 时间: 2007-3-4 17:11 我没有echox这个命令 怪了 你们怎么有作者: woxiguilin 时间: 2007-3-6 04:14 标题: 我就是E文不好
我就是E文不好,才想请你们告诉我的,E文的我也有,谁能告诉我中文的使用方法!作者: yardshine 时间: 2007-3-7 04:32 -c Specifies a color (01-FE).指定一种颜色
-f, -b Specifies the foreground and background colors (0 through F).指定前景和背色
-n Do not skip to the next line.不要跳到下一行
-w Specifies the message should be 'width' characters wide.指定宽度必须带上宽度字符
-r Right-aligns the message with respect to the specified width.对于指定宽度的信息靠右排列
-e Centers the message with respect to the specified width.对于指定宽度的信息居中排列
message The text to be displayed.显示该文本
-l Lists available colors in a table.显示有效颜色列表作者: woxiguilin 时间: 2007-3-8 05:27 标题: 谢谢