...
En plus, il y a une limite pour le nombre d'augument, non ? Maximum 9
($1, $2,..$9) ?
Non, du tout, ça c'est sous DOS ;-)

bash -c 'echo ${12}' $(seq 0 20)

Note qu'il faut mettre tout chiffre > 9 entre {}, car sinon

  $12

est interprété comme $1 suivi de 2

Il faut donc faire, p.ex.:
${12}

;-)

--
  -o) Pascal Bleser   ATOS Origin/Aachen(DE) |
  /\\         <[EMAIL PROTECTED]> |
 _\_v <[EMAIL PROTECTED]>                     |
---------------------------------------------|
Jesus saves,Buddha makes incremental backups :
---------------------------------------------'


_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/linux@;lists.unixtech.be
IRC: efnet.unixtech.be:6667 - #unixtech

Répondre à