[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: FWD: Debian Swirl ascii-art



Hi,

At Tue, 10 Jul 2001 04:12:21 -0400,
Brent Verner <brent@rcfile.org> wrote:

> I've attached a file with a working colored line. FYI, to make the
> <esc> character in vim: in insert mode type <ctrl>+v then <ctrl>+<esc>
> 
>   b
> 
> #!/bin/sh
> 
> echo -e "        _,met\$\$\$\$\$gg."

"echo -e" supports "\e" or "\023" for escape code.
We don't need to make efforts to input raw escape code.

(On the other hand, we don't need "-e" option for "echo"
if we can input raw escape sequence.)

---
Tomohiro KUBOTA <kubota@debian.org>
http://www.debian.or.jp/~kubota/
"Introduction to I18N"  http://www.debian.org/doc/manuals/intro-i18n/



Reply to: