On Tue, Mar 07, 2000 at 10:37:29AM +0100, Akim Demaille wrote: : In fact, can someone teach me (point me to a good example) how to : split strings such as : : list="'first element' 'second' 'third one'" : for elt in $list I managed to make this work: eval set $list while test $# -gt 0; do echo $1 shift done | first element | second | third one Lars J
- Re: autoconf --trace Alexandre Oliva
- Re: autoconf --trace Akim Demaille
- Re: autoconf --trace Alexandre Oliva
- Re: autoconf --trace Akim Demaille
- Re: autoconf --trace Alexandre Oliva
- Re: autoconf --trace Akim Demaille
- Autoconf --trace Akim Demaille
- Re: Autoconf --trace Akim Demaille
- Re: Autoconf --trace Alexandre Oliva
- Re: Autoconf --trace Akim Demaille
- Re: Autoconf --trace Lars J. Aas
- Re: Autoconf --trace Akim Demaille
- Re: Autoconf --trace Lars J. Aas
- Re: Autoconf --trace Akim Demaille
- Re: Autoconf --trace Alexandre Oliva
- Re: Autoconf --trace Lars J. Aas
- Re: Autoconf --trace Alexandre Oliva
- Re: Autoconf --trace Akim Demaille
- Re: Autoconf --trace Lars J. Aas
- Re: Autoconf --trace Akim Demaille
- Re: Autoconf --trace Russ Allbery