On Sun, 17 Oct 2004, George M. wrote: > for I in $X; do > for J in $$I; do > echo $J > done > done
for I in $X; do
for J in $(eval echo \$$I); do
echo $J
done
done
--
Any views or opinions presented within this e-mail are solely those of
the author and do not necessarily represent those of any company, unless
otherwise expressly stated.
---
Detalii despre listele noastre de mail: http://www.lug.ro/
