23 Jan
2006
23 Jan
'06
6:04 p.m.
On 2006-01-23 17:34:37 +0100, Florent Guiliani wrote:
Florent Guiliani a écrit :
A="\"1 2 3\" \"4 5 6\"" bash -c "echo \$0 - \$1" $A
nous donne: "1 - 2 Comment obtenir 1 2 3 - 4 5 6 ?
Première solution: IFS=, A="1 2 3,4 5 6" bash -c "echo \$0 - \$1" $A
nous donne 1 2 3 - 4 5 6 je me demande s'il y a une solution sans changer IFS
Aucune idée. C'est pour ça que les tableaux de zsh, c'est mieux. -- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA