[ale] Thanks - and another Bash script question

Geoffrey esoteric at 3times25.net
Thu May 15 11:41:53 EDT 2003


Bob Kruger wrote:

> If I have a line with comma based delimiters, how would I read that
> into an array, e.g.
> 
> ct={This,is,a,test)

ct=($(echo one,two,three|tr ',' ' '))


-- 
Until later: Geoffrey		esoteric at 3times25.net

The latest, most widespread virus?  Microsoft end user agreement.
Think about it...

_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale





More information about the Ale mailing list