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

This too:
eval "for elt in $list; do echo \"\$elt\"; done"

  Lars J

Reply via email to