[ale] RH 7.2 Echo

hirsch at zapmedia.com hirsch at zapmedia.com
Wed Mar 13 13:30:45 EST 2002


Grady Fox writes:
 > In a writing a shell script I discovered that \t will
 > not return a tab to
 > the ECHO output.  The ECHO man page indicates this is
 > the correct parameter.
 > Does anyone know how to fix this problem?

What switches are you passing echo.  It works for me with the -e switch.

[998] hirsch>echo "a\tb"
a\tb
[999] hirsch>echo -e "a\tb"
a       b
[1000] hirsch>

--Michael


 > Thanks in Advance,
 > Jay
 > 
 > 
 > __________________________________________________
 > Do You Yahoo!?
 > Try FREE Yahoo! Mail - the world's greatest free email!
 > http://mail.yahoo.com/
 > 
 > ---
 > This message has been sent through the ALE general discussion list.
 > See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
 > sent to listmaster at ale dot org.




---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list