[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] expanding $(echo -e "$word\t$word")
- Subject: [ale] expanding $(echo -e "$word\t$word")
- From: deepbsd at earthlink.net (David S. Jackson)
- Date: Sat, 26 Jan 2002 02:32:44 -0500
When I go line=`echo -e $word"\t"$word`; echo $line I only get a
single space for the \t. I've tried the following to no avail:
line=$(echo -e $word"\t"$word)
line=`echo -e "$word\t$word"`
line=`echo -e $word"\t"$word`
and they all expand to only one space. I want the \t to expand
to a full tab space. What am I doing wrong? (Using bash 2.x).
TIA.
--
David S. Jackson dsj at dsj.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I'd never join any club that would have the likes of
me as a member. -- Groucho Marx
---
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.