![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP from PC to VM running RHEL5 / RHEL4 | CuriousKitty | UNIX for Dummies Questions & Answers | 4 | 4 Weeks Ago 10:46 PM |
| RHEL5 Kickstart Problem... HELP! | mkono | Linux | 2 | 05-30-2008 06:42 AM |
| OpenVZ kernel 2.6.18-53.1.13.el5-028stab053.10 (RHEL5 2.6.18 branch) | iBot | Software Releases - RSS News | 0 | 04-11-2008 10:20 AM |
| OpenVZ kernel 2.6.18-53.1.4.el5-028stab053.4 (RHEL5 2.6.18 branch) | iBot | Software Releases - RSS News | 0 | 01-18-2008 04:20 PM |
| tracking sequence num | frustrated1 | Shell Programming and Scripting | 1 | 02-21-2006 12:34 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
ESC sequence on RHEL5
We have migrated one of servers from RH 2.1 to RHEL5 , some of the scripts on our machine use escape sequence to print output . Om RH 2.1 we were using echo
Code:
echo "\033[01;31m ERROR \033[m" ERROR Code:
\033[01;31m error \033[m |
| Forum Sponsor | ||
|
|
|
|||
|
See man tput for how to output terminal control codes in a slightly more abstract manner. (The manual is obtuse, as such; you might want to search the web for a tutorial; but it helps to read the manual page to see what terminology to search for.)
|