[Home] [Credit Search] [Category Browser] [Staff Roll Call] | The LINUX.COM Article Archive |
Originally Published: Tuesday, 31 October 2000 | Author: Mike Baker |
Published to: interact_articles_irc_recap/IRC Recap | Page: 1/1 - [Printable] |
Linux.com Best of IRC!
It's time for another edition of Best of IRC. As always we take an in-depth look at some of the questions asked on #Linuxhelp. If you haven't visited #Linuxhelp, you'll find instructions on getting there at the bottom of the Live! page; feel free to stop by and ask questions or possibly answer a few, as we appreciate any help we can get.
|
Page 1 of 1 | |
Console Codes
How is it that the clear command actually clears the screen or colors are printed via ls?
So what are the escape codes?
To use these escape codes you simply have to display them in the terminal; the easiest way to do that is using the echo command:
Note that ESC was replaced with \33 which is the expression for escape. You'll need to use the -e argument for echo so that it prints out the escape character and not "\33". Do I need to use escape characters to do things?
For more information on escape codes read man console_codes and for information on setterm, man setterm
| |
Page 1 of 1 |