The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 10-05-2008
d9832834 d9832834 is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 5
Sorry, under BASH shell, i am able to display that special char.

$ env|grep SHELL
SHELL=/sbin/sh
$ bash
bash-3.00$ set colsep ¤

But under normal sh SHELL, the following is the output :

bash-3.00$ sh
$ set colsep $

The special char ¤ converted into $ under SH shell.

Please advice how to workaround this if we want it to work under SH shell.

Thanks in advance.