set args {-l -s}
exec ls $args
nor any other way of replacing the wanted arguments by the value of a variable
(for example reading out a list or defining the string args "xyz x1y1z1") does not do what it s supposed to.
Is there a way to make this thing work except of naming all arguments by hand???
andre
-----------------------
eval exec ls $args
See the man page for eval.
--
John Haxby
These are my opinions, not my employer's.