[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: comments in arrays, it's like Wayne's World
From: |
Chet Ramey |
Subject: |
Re: comments in arrays, it's like Wayne's World |
Date: |
Mon, 10 Dec 2001 10:20:01 -0500 |
> gee, i put a little comment into my array, and
> $ mmm=(a
> > b
> > #c
> > d
> > )
> $ echo ${mmm[*]}
> a b ls --color=auto -F
> I think it went munching into the aliases or something.
> OK, that was interactive, but in a script it's ok:
Thanks, fixed.
The alias expansion problem is fixed, too.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)
Chet Ramey, CWRU chet@po.CWRU.Edu http://cnswww.cns.cwru.edu/~chet/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: comments in arrays, it's like Wayne's World,
Chet Ramey <=