Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: please advice



Mircea Damian wrote:

> ...
> 
> I don't see what can be wrong if I use word splitting on that variable(btw,
> word splitting is done by using WORDCHARS or just white spaces?).. is there
> somewhere an impediment for that?

It uses the characters from $IFS for word splitting.

The advantage of using arrays is the easier handling if the words
contain spaces, which, of course, isn't important in your example (but 
it may be a good idea to get used to it anyway).

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author