The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 11-19-2007
uvrakesh uvrakesh is offline
Registered User
  
 

Join Date: Dec 2005
Posts: 78
regarding colors in bash

Hi,
try this
echo -e '\E['$i';'$j'm TEXT'

normally /bin/sh is a link to /bin/bash
if not sure, check out this
ls -las `which sh`


RUV